How do i use old English font in html ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

How do i use old English font in html ?

4th Mar 2017, 1:04 AM
chris
chris - avatar
6 Answers
+ 4
where can I find the .TTF file
4th Mar 2017, 1:42 AM
chris
chris - avatar
+ 4
I just discovered that the ttf file is your computer C:\Windows\Fonts
4th Mar 2017, 3:49 AM
chris
chris - avatar
+ 3
Like any other @font-face { font-family: yourfontname; src: url("font_file.ttf"); } h2 { font-family: yourfontname; }
4th Mar 2017, 1:34 AM
Patrik Sokol
Patrik Sokol - avatar
+ 3
Yeah it is located in that folder but can be placed yourserver.com/public/fonts/
4th Mar 2017, 3:51 AM
Patrik Sokol
Patrik Sokol - avatar
+ 2
Internet Explorer .eot, woff, ttf since version 9 Mozilla Firefox .ttf, woff Chrome .ttf, woff, woff2,
4th Mar 2017, 1:35 AM
Patrik Sokol
Patrik Sokol - avatar
+ 2
Google yourfont.ttf. These types of fonts are not usually free.
4th Mar 2017, 1:55 AM
Patrik Sokol
Patrik Sokol - avatar