Guest User

Untitled

a guest
Jan 17th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. $font-path: '~@/assets/fonts/';
  2.  
  3. @font-face {
  4. font-family: 'TheSans';
  5. src: url('#{$font-path}TheSans/TheSansB_300.eot') format('eot'),
  6. url('#{$font-path}TheSans/TheSansB_300.woff2') format('woff2'),
  7. url('#{$font-path}TheSans/TheSansB_300.woff') format('woff'),
  8. url('#{$font-path}TheSans/TheSansB_300.ttf') format('truetype');
  9. font-weight: 300;
  10. font-style: normal;
  11. }
Add Comment
Please, Sign In to add comment