Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

nunito-font.css 2.2 KB

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
  1. @font-face {
  2. font-family: 'Nunito';
  3. src: url('../fonts/Nunito/Nunito-LightItalic.ttf') format('truetype');
  4. font-weight: 300;
  5. font-style: italic;
  6. }
  7. @font-face {
  8. font-family: 'Nunito';
  9. src: url('../fonts/Nunito/Nunito-BoldItalic.ttf') format('truetype');
  10. font-weight: bold;
  11. font-style: italic;
  12. }
  13. @font-face {
  14. font-family: 'Nunito';
  15. src: url('../fonts/Nunito/Nunito-ExtraLightItalic.ttf') format('truetype');
  16. font-weight: 200;
  17. font-style: italic;
  18. }
  19. @font-face {
  20. font-family: 'Nunito';
  21. src: url('../fonts/Nunito/Nunito-BlackItalic.ttf') format('truetype');
  22. font-weight: 900;
  23. font-style: italic;
  24. }
  25. @font-face {
  26. font-family: 'Nunito';
  27. src: url('../fonts/Nunito/Nunito-SemiBold.ttf') format('truetype');
  28. font-weight: 600;
  29. font-style: normal;
  30. }
  31. @font-face {
  32. font-family: 'Nunito';
  33. src: url('../fonts/Nunito/Nunito-Italic.ttf') format('truetype');
  34. font-weight: normal;
  35. font-style: italic;
  36. }
  37. @font-face {
  38. font-family: 'Nunito';
  39. src: url('../fonts/Nunito/Nunito-Black.ttf') format('truetype');
  40. font-weight: 900;
  41. font-style: normal;
  42. }
  43. @font-face {
  44. font-family: 'Nunito';
  45. src: url('../fonts/Nunito/Nunito-SemiBoldItalic.ttf') format('truetype');
  46. font-weight: 600;
  47. font-style: italic;
  48. }
  49. @font-face {
  50. font-family: 'Nunito';
  51. src: url('../fonts/Nunito/Nunito-Light.ttf') format('truetype');
  52. font-weight: 300;
  53. font-style: normal;
  54. }
  55. @font-face {
  56. font-family: 'Nunito';
  57. src: url('../fonts/Nunito/Nunito-ExtraLight.ttf') format('truetype');
  58. font-weight: 200;
  59. font-style: normal;
  60. }
  61. @font-face {
  62. font-family: 'Nunito';
  63. src: url('../fonts/Nunito/Nunito-Bold.ttf') format('truetype');
  64. font-weight: bold;
  65. font-style: normal;
  66. }
  67. @font-face {
  68. font-family: 'Nunito';
  69. src: url('../fonts/Nunito/Nunito-ExtraBoldItalic.ttf') format('truetype');
  70. font-weight: 800;
  71. font-style: italic;
  72. }
  73. @font-face {
  74. font-family: 'Nunito';
  75. src: url('../fonts/Nunito/Nunito-ExtraBold.ttf') format('truetype');
  76. font-weight: 800;
  77. font-style: normal;
  78. }
  79. @font-face {
  80. font-family: 'Nunito';
  81. src: url('../fonts/Nunito/Nunito-Regular.ttf') format('truetype');
  82. font-weight: normal;
  83. font-style: normal;
  84. }
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...