Advertisement
GWibisono

testing ttf

Nov 11th, 2012
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. <style>
  2. @font-face { font-family: SalterioShadow; src: url(salterio_shadow.ttf);
  3. font-weight: normal; font-style: normal;
  4. }
  5. .tes{
  6. font-family: SalterioShadow; /* no .ttf */
  7. }
  8. </style>
  9. <div >
  10. <p class='tes'>Salterio Shadow</p>
  11. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement