Advertisement
Guest User

Untitled

a guest
Oct 18th, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.10 KB | None | 0 0
  1. @font-face{
  2. font-family: 'fontawesome-webfont';
  3. src: url('roboto-fontfacekit/fonts/fontawesome-webfont.eot');
  4. src: url('roboto-fontfacekit/fonts/fontawesome-webfont.eot?iefix') format('eot'),
  5. url('roboto-fontfacekit/fonts/fontawesome-webfont.woff') format('woff'),
  6. url('roboto-fontfacekit/fonts/fontawesome-webfont.ttf') format('truetype'),
  7. url('roboto-fontfacekit/fonts/fontawesome-webfont.svg#webfont') format('svg');
  8. }
  9.  
  10. @font-face{
  11. font-family: 'roboto-black';
  12. src: url('roboto-fontfacekit/web fonts/roboto_black_macroman/Roboto-Black-webfont.eot');
  13. src: url('roboto-fontfacekit/web fonts/roboto_black_macroman/Roboto-Black-webfont.eot?iefix') format('eot'),
  14. url('roboto-fontfacekit/web fonts/roboto_black_macroman/Roboto-Black-webfont.woff') format('woff'),
  15. url('roboto-fontfacekit/web fonts/roboto_black_macroman/Roboto-Black-webfont.ttf') format('truetype'),
  16. url('roboto-fontfacekit/web fonts/roboto_black_macroman/Roboto-Black-webfont.svg#webfont') format('svg');
  17. }
  18.  
  19.  
  20. body
  21. {
  22. font-family: "roboto-black", "fontawesome-webfont";
  23. font-size: 1.5rem;
  24. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement