add possible moi font

This commit is contained in:
Sanj 2012-06-29 14:48:40 +05:30
parent ae7874467d
commit eab3b0bb48
3 changed files with 6 additions and 1 deletions

View File

@ -16,7 +16,7 @@ CKEDITOR.editorConfig = function( config )
];
config.contentsCss = ['/static/css/fonts.css', '/static/css/customck.css'];
config.font_names = "Edgware Road;Berlin Safari;SG Grotesque;Tallys;GraublauWeb;Fontin;Tagesschrift;Neeon;";
config.font_names = "Edgware Road;Berlin Safari;SG Grotesque;Tallys;GraublauWeb;Fontin;Tagesschrift;Neeon;possible moi;";
config.fontSize_sizes = '8/8px;9/9px;10/10px;11/11px;12/12px;14/14px;16/16px;18/18px;20/20px;22/22px;24/24px;26/26px;28/28px;36/36px;48/48px;72/72px;90/90px;';
// Define changes to default configuration here. For example:

View File

@ -55,6 +55,11 @@
font-weight: italic;
}
@font-face {
font-family: Neeon;
src: url(/static/fonts/possible moi.ttf) format("truetype");
}
/*
@font-face {

Binary file not shown.