I want to add additional font name
Posted by:
Woshka
Mar 30, 2019 at 10:59 (6 year ago)
hello,
I want to add additional font name
how is it possible to add it to the typography
I want to add these to custome code ACE for example and have the font name available for being chosen
@font-face {
font-family: Parastoo;
src: url('http://fonts.codearena.ir/rastikerdar/parastoo/parastoo.eot');
src: url('http://fonts.codearena.ir/rastikerdar/parastoo/parastoo.eot?#iefix') format('embedded-opentype'),
url('http://fonts.codearena.ir/rastikerdar/parastoo/parastoo.woff') format('woff'),
url('http://fonts.codearena.ir/rastikerdar/parastoo/parastoo.ttf') format('truetype');
font-weight: normal;
}
Thanks
I want to add additional font name
how is it possible to add it to the typography
I want to add these to custome code ACE for example and have the font name available for being chosen
@font-face {
font-family: Parastoo;
src: url('http://fonts.codearena.ir/rastikerdar/parastoo/parastoo.eot');
src: url('http://fonts.codearena.ir/rastikerdar/parastoo/parastoo.eot?#iefix') format('embedded-opentype'),
url('http://fonts.codearena.ir/rastikerdar/parastoo/parastoo.woff') format('woff'),
url('http://fonts.codearena.ir/rastikerdar/parastoo/parastoo.ttf') format('truetype');
font-weight: normal;
}
Thanks