Advertisement
Guest User

Untitled

a guest
Sep 18th, 2019
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.55 KB | None | 0 0
  1. /*
  2. **
  3. ** ,ad8888ba, 88 88 88
  4. ** d8"' `"8b 88 88 ,d ""
  5. ** d8' `8b 88 88 88
  6. ** 88 88 88 88 ,adPPYba, 88 88 8b d8 ,adPPYba, MM88MMM 88 ,adPPYba, ,adPPYYba,
  7. ** 88 88 88 88 a8P_____88 88 88 `8b d8' a8P_____88 88 88 a8" "" "" `Y8
  8. ** Y8, "88,,8P 88 88 8PP""""""" 88 88 `8b d8' 8PP""""""" 88 88 8b ,adPPPPP88
  9. ** Y8a. Y88P "8a, ,a88 "8b, ,aa 88 88 `8b,d8' "8b, ,aa 88, 88 "8a, ,aa 88, ,88
  10. ** `"Y8888Y"Y8a `"YbbdP'Y8 `"Ybbd8"' 88 88 "8" `"Ybbd8"' "Y888 88 `"Ybbd8"' `"8bbdP"Y8
  11. **
  12. */
  13.  
  14. @font-face {
  15. font-family: 'Helvetica Neue';
  16. font-style: normal;
  17. font-weight: 300;
  18. src: local('SFProText-Light');
  19. }
  20.  
  21. @font-face {
  22. font-family: 'Helvetica Neue';
  23. font-style: italic;
  24. font-weight: 300;
  25. src: local('SFProText-LightItalic');
  26. }
  27.  
  28. @font-face {
  29. font-family: 'Helvetica Neue';
  30. font-style: normal;
  31. font-weight: 400;
  32. src: local('SFProText-Regular');
  33. }
  34.  
  35. @font-face {
  36. font-family: 'Helvetica Neue';
  37. font-style: italic;
  38. font-weight: 400;
  39. src: local('SFProText-Italic');
  40. }
  41.  
  42. @font-face {
  43. font-family: 'Helvetica Neue';
  44. font-style: normal;
  45. font-weight: 700;
  46. src: local('SFProText-Bold');
  47. }
  48.  
  49. @font-face {
  50. font-family: 'Helvetica Neue';
  51. font-style: italic;
  52. font-weight: 700;
  53. src: local('SFProText-BoldItalic');
  54. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement