1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
<!DOCTYPE html> <html> <head> <style> @font-face{ font-family:t; src:url(805760.ttf); } p.t{ font-size:40px; font-family:t; } span.t { font-size:10px; font-family:t; } </style> </head> <body> <p class="t">Lorem ipsum</p> <span class="t">Lorem ipsum</span> </body></html>