Cufon made easy in Django
Project description
Easy Cufon with Django. Django-cufon provides easy-to-use template tags for use with rendering Cufon text in your HTML with Django.
It provides:
A tag named {% cufon-script %} that includes the Cufon JavaScripts. This is meant to be put in HEAD.
A tag named {% cufon %} that handles rendering your Cufon texts.
read the docs for more information.
Example
In your HEAD be sure to include the Cufon scripts and your fonts:
{% load cufon %} <html> <head> <title>My awesome page</title> {% cufon-script %} <script language="text/javascript" src="{{ STATIC_URL }}fonts/my_cufon_font.js"></script> [...]
Then, in your body where you want to Cufon some text:
<h1>{% cufon "All your base are belong to us!" "MyAwesomeFont" %}</h1>
The above example will render the text All your base are belong to us! in the Cufon font called MyAwesomeFont
Documentation
For a little more documentation, though not much more, see the docs folder or read the documentation online
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file django-cufon-0.1.0.tar.gz
.
File metadata
- Download URL: django-cufon-0.1.0.tar.gz
- Upload date:
- Size: 2.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f5d86812ce1679ea6e01a7e98d05479376fda98ef70250d05b78d685ebeba97f |
|
MD5 | 377278bce5759a0f3a48877d20af69f3 |
|
BLAKE2b-256 | 3370a443bb3ef4704e9b898f8ed7b14d253bb55ca7fa1fa4111c8297aee53aa2 |