Advertisement
Guest User

Untitled

a guest
Jul 28th, 2015
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. .include-custom-font(@family: arial, @file: arial, @weight: normal, @style: normal){
  2. @font-face{
  3. font-family: @family;
  4. src:url('/fonts/@{file}.eot');
  5. src:url('/fonts/@{file}.eot?#iefix') format('embedded-opentype'),
  6. url('/fonts/@{file}.woff') format('woff'),
  7. url('/fonts/@{file}.ttf') format('truetype'),
  8. url('/fonts/@{file}.svg#icon') format('svg');
  9. font-weight: @weight;
  10. font-style: @style;
  11. }
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement