Advertisement
Guest User

Untitled

a guest
Jul 24th, 2017
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. <ion-app style="font-family:helvetica Neue Font;">
  2.  
  3. $helvetica-neue-font-path: $font-path !default;
  4. @font-face {
  5. font-family: "helvetica Neue Font";
  6. font-style: normal;
  7. font-weight: 300;
  8. src: local("Helvetica Neue Light"), local("Helvetica-Neue-Bold"),
  9. url("#{helvetica-neue-font-path}/helvetic-neue-light.ttf") format("truetype");
  10. }
  11.  
  12. @font-face {
  13. font-family: "helvetica Neue Font";
  14. font-style: normal;
  15. font-weight: 400;
  16. src: local("Helvetica Neue Medium"), local("Helvetica-Neue-Bold"),
  17. url("#{helvetica-neue-font-path}/helvetica-neue-medium.ttf") format("truetype");
  18. }
  19.  
  20. @font-face {
  21. font-family: "helvetica Neue Font";
  22. font-style: normal;
  23. font-weight: 500;
  24. src: local("Helvetica Neue Bold"), local("Helvetica-Neue-Bold"),
  25. url("#{helvetica-neue-font-path}/helvetica-neue-bold.ttf") format("truetype");
  26. }
  27.  
  28. @import "helvetica-neue";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement