Guest User

Untitled

a guest
Jan 22nd, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.24 KB | None | 0 0
  1. @font-face {
  2. font-family: 'OpenSansBold';
  3. src: url('../fonts/OpenSans-Bold-webfont.eot');
  4. src: url('../fonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
  5. url('../fonts/OpenSans-Bold-webfont.woff') format('woff'),
  6. url('../fonts/OpenSans-Bold-webfont.ttf') format('truetype'),
  7. url('../fonts/OpenSans-Bold-webfont.svg#OpenSansBold') format('svg');
  8. font-weight: normal;
  9. font-style: normal;
  10. }
  11.  
  12. font-family: OpenSansBold;
  13.  
  14. font-family: OpenSansRegular, Arial;
  15.  
  16. font-family: OpenSansBold, Arial;
  17. font-weight: bold;
  18.  
  19. @font-face {
  20. font-family: 'open_sans';
  21. src: url('opensans-bold-webfont.eot');
  22. src: url('opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
  23. url('opensans-bold-webfont.woff') format('woff'),
  24. url('opensans-bold-webfont.ttf') format('truetype'),
  25. url('opensans-bold-webfont.svg#OpenSans') format('svg');
  26. font-weight: bold;
  27. font-style: normal;
  28. }
  29. @font-face {
  30. font-family: 'open_sans';
  31. src: url('opensans-regular-webfont.eot');
  32. src: url('opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
  33. url('opensans-regular-webfont.woff') format('woff'),
  34. url('opensans-regular-webfont.ttf') format('truetype'),
  35. url('opensans-regular-webfont.svg#OpenSans') format('svg');
  36. font-weight: normal;
  37. font-style: normal;
  38. }
  39. * { font-family: open_sans, Arial; }
  40.  
  41. { font-family: 'FamilyName Light', 'FallbackFamily', serif; font-weight: normal; }
  42. { font-family: 'FamilyName Medium, 'FallbackFamily', serif; font-weight: normal; }
  43. { font-family: 'FamilyName Bold', 'FallbackFamily', serif; font-weight: bold; }
  44. { font-family: 'FamilyName Black', 'FallbackFamily', serif; font-weight: bold; }
  45.  
  46. @font-face {
  47. font-family: 'OpenSansBold';
  48. src: url('../fonts/OpenSans-Bold-webfont.eot');
  49. src: url('../fonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
  50. url('../fonts/OpenSans-Bold-webfont.woff') format('woff'),
  51. url('../fonts/OpenSans-Bold-webfont.ttf') format('truetype'),
  52. url('../fonts/OpenSans-Bold-webfont.svg#OpenSansBold') format('svg');
  53. font-weight: bold;
  54. font-style: normal;
  55. }
  56.  
  57. font-family: OpenSansBold, 'Arial'; font-weight: bold;
Add Comment
Please, Sign In to add comment