TiniVi

font stuffs

Feb 26th, 2015
326
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.36 KB | None | 0 0
  1. <style type="text/css">
  2. @font-face{
  3.     font-family: "FontName"; <!--This is the name you call to to use the font-->
  4.     src: url('http://webname.web/directory/whatever.ttf'); <!--TTF/EOT/OTF; Add more sources with ", url('link')" before ";"-->
  5. }
  6. </style>
  7.  
  8. <font FontName> <!--Calling the font-->
  9. <p>
  10. "Sometimes, I like to eat apples!" -TiniVi
  11. </p>
  12. </font>
Advertisement
Add Comment
Please, Sign In to add comment