added edgwareroad.ttf font
This commit is contained in:
parent
2a0dbabaf5
commit
6c8eb7b1bb
|
@ -14,10 +14,10 @@ CKEDITOR.editorConfig = function( config )
|
|||
config.toolbar_Min =
|
||||
[
|
||||
];
|
||||
|
||||
|
||||
config.contentsCss = '/static/css/fonts.css';
|
||||
config.font_names = "Berlin Safari;SG Grotesque;Tallys;GraublauWeb;Fontin;Tagesschrift;";
|
||||
|
||||
config.font_names = "Edgware Road;Berlin Safari;SG Grotesque;Tallys;GraublauWeb;Fontin;Tagesschrift;";
|
||||
|
||||
|
||||
// Define changes to default configuration here. For example:
|
||||
// config.language = 'fr';
|
||||
|
|
|
@ -20,6 +20,11 @@
|
|||
src: url(/static/fonts/YanoneTagesschrift.ttf) format("truetype");
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Edgware Road";
|
||||
src: url(/static/fonts/edgwareroad.ttf) format("truetype");
|
||||
}
|
||||
|
||||
|
||||
@font-face {
|
||||
font-family: "Berlin Safari";
|
||||
|
|
BIN
edgware/static/fonts/edgwareroad.ttf
Normal file
BIN
edgware/static/fonts/edgwareroad.ttf
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user