add possible moi font
This commit is contained in:
parent
ae7874467d
commit
eab3b0bb48
|
@ -16,7 +16,7 @@ CKEDITOR.editorConfig = function( config )
|
||||||
];
|
];
|
||||||
|
|
||||||
config.contentsCss = ['/static/css/fonts.css', '/static/css/customck.css'];
|
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;';
|
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:
|
// Define changes to default configuration here. For example:
|
||||||
|
|
|
@ -55,6 +55,11 @@
|
||||||
font-weight: italic;
|
font-weight: italic;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: Neeon;
|
||||||
|
src: url(/static/fonts/possible moi.ttf) format("truetype");
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
@font-face {
|
@font-face {
|
||||||
|
|
BIN
edgware/static/fonts/possible moi.ttf
Normal file
BIN
edgware/static/fonts/possible moi.ttf
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user