Advertisement
Guest User

Untitled

a guest
Jun 26th, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.03 KB | None | 0 0
  1.  
  2. @font-face {
  3. font-family: 'Roboto';
  4. src: url("../../fonts/Roboto/Roboto-Light.eot");
  5. src: url("../../fonts/Roboto/Roboto-Light.eot?#iefix") format("embedded-opentype"), url("../../fonts/Roboto/Roboto-Light.woff2") format("woff2"), url("../../fonts/Roboto/Roboto-Light.woff") format("woff"), url("../../fonts/Roboto/Roboto-Light.ttf") format("truetype");
  6. font-weight: 300;
  7. font-style: normal;
  8. }
  9.  
  10. @font-face {
  11. font-family: 'Roboto';
  12. src: url("../../fonts/Roboto/Roboto-Bold.eot");
  13. src: url("../../fonts/Roboto/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("../../fonts/Roboto/Roboto-Bold.woff2") format("woff2"), url("../../fonts/Roboto/Roboto-Bold.woff") format("woff"), url("../../fonts/Roboto/Roboto-Bold.ttf") format("truetype");
  14. font-weight: bold;
  15. font-style: normal;
  16. }
  17.  
  18. @font-face {
  19. font-family: 'Roboto';
  20. src: url("../../fonts/Roboto/Roboto-Medium.eot");
  21. src: url("../../fonts/Roboto/Roboto-Medium.eot?#iefix") format("embedded-opentype"), url("../../fonts/Roboto/Roboto-Medium.woff2") format("woff2"), url("../../fonts/Roboto/Roboto-Medium.woff") format("woff"), url("../../fonts/Roboto/Roboto-Medium.ttf") format("truetype");
  22. font-weight: 500;
  23. font-style: normal;
  24. }
  25.  
  26. @font-face {
  27. font-family: 'Roboto';
  28. src: url("../../fonts/Roboto/Roboto-Regular.eot");
  29. src: url("../../fonts/Roboto/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/Roboto/Roboto-Regular.woff2") format("woff2"), url("../../fonts/Roboto/Roboto-Regular.woff") format("woff"), url("../../fonts/Roboto/Roboto-Regular.ttf") format("truetype");
  30. font-weight: normal;
  31. font-style: normal;
  32. }
  33.  
  34. @font-face {
  35. font-family: 'Roboto';
  36. src: url("../../fonts/Roboto/Roboto-Black.eot");
  37. src: url("../../fonts/Roboto/Roboto-Black.eot?#iefix") format("embedded-opentype"), url("../../fonts/Roboto/Roboto-Black.woff2") format("woff2"), url("../../fonts/Roboto/Roboto-Black.woff") format("woff"), url("../../fonts/Roboto/Roboto-Black.ttf") format("truetype");
  38. font-weight: 900;
  39. font-style: normal;
  40. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement