Advertisement
Guest User

Untitled

a guest
Nov 24th, 2014
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. File Edit Options Buffers Tools Help
  2. /* Add your CSS rules here */
  3.  
  4. @font-face {
  5. font-family: 'Ubuntu';
  6. font-style: normal;
  7. font-weight: normal;
  8. src: url('fonts/Ubuntu-R.ttf') format('truetype');
  9. }
  10.  
  11. @font-face {
  12. font-family: 'Ubuntu';
  13. font-style: italic;
  14. font-weight: normal;
  15. src: url('fonts/Ubuntu-RI.ttf') format('truetype');
  16. }
  17.  
  18. @font-face {
  19. font-family: 'Ubuntu';
  20. font-style: normal;
  21. font-weight: bold;
  22. src: url('fonts/Ubuntu-B.ttf') format('truetype');
  23. }
  24.  
  25. @font-face {
  26. font-family: 'Ubuntu';
  27. font-style: italic;
  28. font-weight: bold;
  29. src: url('fonts/Ubuntu-BI.ttf') format('truetype');
  30. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement