Advertisement
attilan

Open sans, Neo sans

Feb 3rd, 2021
1,438
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.23 KB | None | 0 0
  1. @font-face {
  2.   font-family: 'Open Sans';
  3.   font-style: normal;
  4.   font-weight: 400;
  5.   src: local(''), url('../fonts/open-sans-v18-latin-ext-regular.woff2') format('woff2'),
  6.     url('../fonts/open-sans-v18-latin-ext-regular.woff') format('woff');
  7. }
  8.  
  9. @font-face {
  10.   font-family: 'Open Sans';
  11.   font-style: normal;
  12.   font-weight: 600;
  13.   src: local(''), url('../fonts/open-sans-v18-latin-ext-600.woff2') format('woff2'),
  14.     url('../fonts/open-sans-v18-latin-ext-600.woff') format('woff');
  15. }
  16.  
  17. @font-face {
  18.   font-family: 'Open Sans';
  19.   font-style: normal;
  20.   font-weight: 700;
  21.   src: local(''), url('../fonts/open-sans-v18-latin-ext-700.woff2') format('woff2'),
  22.     url('../fonts/open-sans-v18-latin-ext-700.woff') format('woff');
  23. }
  24.  
  25. @font-face {
  26.   font-family: 'Neo Sans Pro';
  27.   font-style: normal;
  28.   font-weight: 400;
  29.   src: local(''), url('../fonts/NeoSansProRegular.ttf') format('truetype');
  30. }
  31.  
  32. @font-face {
  33.   font-family: 'Neo Sans Pro';
  34.   font-style: normal;
  35.   font-weight: 600;
  36.   src: local(''), url('../fonts/NeoSansProMedium.ttf') format('truetype');
  37. }
  38.  
  39. @font-face {
  40.   font-family: 'Neo Sans Pro';
  41.   font-style: normal;
  42.   font-weight: 700;
  43.   src: local(''), url('../fonts/NeoSansProBold.ttf') format('truetype');
  44. }
  45.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement