Guest User

Untitled

a guest
Jan 17th, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.01 KB | None | 0 0
  1. @font-face {
  2. font-family: 'Glyphicons Halflings';
  3. src: url('../fonts/glyphicons-halflings-regular.eot');
  4. src: url('../fonts/glyphicons-halflings-regular.eot?#iefix')
  5. format('embedded-opentype'),
  6. url('../fonts/glyphicons-halflings-regular.woff2')
  7. format('woff2'), url('../fonts/glyphicons-halflings-regular.woff')
  8. format('woff'), url('../fonts/glyphicons-halflings-regular.ttf')
  9. format('truetype'),
  10. url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular')
  11. format('svg');
  12. }
  13.  
  14. @font-face {
  15. font-family: 'Glyphicons Halflings';
  16. src: url('@{icon-font-path}@{icon-font-name}.eot');
  17. src: url('@{icon-font-path}@{icon-font-name}.eot?#iefix') format('embedded-opentype'),
  18. url('@{icon-font-path}@{icon-font-name}.woff2') format('woff2'),
  19. url('@{icon-font-path}@{icon-font-name}.woff') format('woff'),
  20. url('@{icon-font-path}@{icon-font-name}.ttf') format('truetype'),
  21. url('@{icon-font-path}@{icon-font-name}.svg#@{icon-font-svg-id}') format('svg');
  22. }
Add Comment
Please, Sign In to add comment