added font Neeon

This commit is contained in:
Sanj 2011-06-30 03:03:31 +05:30
parent f14014b091
commit 62bde4531f
5 changed files with 8 additions and 1 deletions

View File

@ -44,6 +44,7 @@ MIME_TYPES = (
)
TYPE_CHOICES = (
('', '---'),
('image', 'Image'),
('audio', 'Audio'),
('text', 'Text'),

View File

@ -16,7 +16,7 @@ CKEDITOR.editorConfig = function( config )
];
config.contentsCss = '/static/css/fonts.css';
config.font_names = "Edgware Road;Berlin Safari;SG Grotesque;Tallys;GraublauWeb;Fontin;Tagesschrift;";
config.font_names = "Edgware Road;Berlin Safari;SG Grotesque;Tallys;GraublauWeb;Fontin;Tagesschrift;Neeon;";
// Define changes to default configuration here. For example:

View File

@ -9,6 +9,11 @@
src: url(/static/fonts/Tallys_15.otf) format("opentype");
}
@font-face {
font-family: Neeon;
src: url(/static/fonts/Neeon.otf) format("opentype");
}
@font-face {
font-family: Fontin;
src: url(/static/fonts/Fontin-Regular.otf) format("opentype");

Binary file not shown.

View File

@ -3,6 +3,7 @@ $(function() {
e.preventDefault();
var formData = $(this).serializeArray();
$('#submitFilter').val("Loading...").attr("disabled", "disabled");
$('#previewPane').empty();
$.post("files/json_list", formData, function(data) {
$('#submitFilter').val("Submit").removeAttr("disabled");
// MAAKICHUT = response;