+ 4
How do i use old English font in html ?
6 ответов
+ 4
where can I find the .TTF file
+ 4
I just discovered that the ttf file is your computer C:\Windows\Fonts
+ 3
Like any other
@font-face {
font-family: yourfontname;
src: url("font_file.ttf");
}
h2 {
font-family: yourfontname;
}
+ 3
Yeah it is located in that folder but can be placed yourserver.com/public/fonts/
+ 2
Internet Explorer .eot, woff, ttf since version 9
Mozilla Firefox .ttf, woff
Chrome .ttf, woff, woff2,
+ 2
Google yourfont.ttf. These types of fonts are not usually free.