Quote:
Originally Posted by Silverrain
Hello !
Now all works fine, but i have a Question.
I wanted to install some new Fonts. I uploaded the eot,woff,ttf,svg and so on files into the folder Fonts and Custom Fonts. I have edited my Style and in CKeditor the Font is avaible. But if i want to write with this font... he dousnt show me the real font
|
PHP Code:
@font-face {
font-family: 'Your Font Name';
src: url('e360mods/@font_face/custom_fonts/Your Font File Name.eot');
src: url('e360mods/@font_face/custom_fonts/Your Font File Name.eot?#iefix') format('embedded-opentype'),
url('e360mods/@font_face/custom_fonts/Your Font File Name.woff') format('woff'),
url('e360mods/@font_face/custom_fonts/Your Font File Name.ttf') format('truetype'),
url('e360mods/@font_face/custom_fonts/Your Font File Name.svg#Your Font File Name') format('svg');
font-weight: normal;
font-style: normal;
}
and add the CSS code above to the e360_at-ff-kf-additional.css template
(NOTE THIS IS AN EXAMPLE)