New UI layout
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. @font-face {
  2. font-family: $la-font-name-lab;
  3. font-style: normal;
  4. font-weight: normal;
  5. font-display: auto;
  6. src: url('#{$la-font-path}/la-brands-400.eot');
  7. src: url("#{$la-font-path}/la-brands-400.eot?#iefix") format("embedded-opentype"),
  8. url("#{$la-font-path}/la-brands-400.woff2") format("woff2"),
  9. url("#{$la-font-path}/la-brands-400.woff") format("woff"),
  10. url("#{$la-font-path}/la-brands-400.ttf") format("truetype"),
  11. url("#{$la-font-path}/la-brands-400.svg#lineawesome") format("svg");
  12. }
  13. .#{$la-css-prefix-lab} {
  14. font-family: $la-font-name-lab;
  15. font-weight: 400;
  16. }
  17. @font-face {
  18. font-family: $la-font-name-lar;
  19. font-style: normal;
  20. font-weight: 400;
  21. font-display: auto;
  22. src: url('#{$la-font-path}/la-regular-400.eot');
  23. src: url("#{$la-font-path}/la-regular-400.eot?#iefix") format("embedded-opentype"),
  24. url("#{$la-font-path}/la-regular-400.woff2") format("woff2"),
  25. url("#{$la-font-path}/la-regular-400.woff") format("woff"),
  26. url("#{$la-font-path}/la-regular-400.ttf") format("truetype"),
  27. url("#{$la-font-path}/la-regular-400.svg#lineawesome") format("svg");
  28. }
  29. .#{$la-css-prefix-lar} {
  30. font-family: $la-font-name-lar;
  31. font-weight: 400;
  32. }
  33. @font-face {
  34. font-family: $la-font-name-las;
  35. font-style: normal;
  36. font-weight: 900;
  37. font-display: auto;
  38. src: url('#{$la-font-path}/la-solid-900.eot');
  39. src: url("#{$la-font-path}/la-solid-900.eot?#iefix") format("embedded-opentype"),
  40. url("#{$la-font-path}/la-solid-900.woff2") format("woff2"),
  41. url("#{$la-font-path}/la-solid-900.woff") format("woff"),
  42. url("#{$la-font-path}/la-solid-900.ttf") format("truetype"),
  43. url("#{$la-font-path}/la-solid-900.svg#lineawesome") format("svg");
  44. }
  45. .#{$la-css-prefix-las} {
  46. font-family: $la-font-name-las;
  47. font-weight: 900;
  48. }