diff options
Diffstat (limited to 'css/fonts/fira.css')
-rw-r--r-- | css/fonts/fira.css | 121 |
1 files changed, 121 insertions, 0 deletions
diff --git a/css/fonts/fira.css b/css/fonts/fira.css new file mode 100644 index 0000000..d26d8f3 --- /dev/null +++ b/css/fonts/fira.css | |||
@@ -0,0 +1,121 @@ | |||
1 | /* FIRA FONT for Autocento project. | ||
2 | * ONLY PUT @font-face RULES HERE. | ||
3 | */ | ||
4 | |||
5 | /* Hair = 100 */ | ||
6 | @font-face { | ||
7 | font-family: Fira; | ||
8 | font-weight: 100; | ||
9 | font-style: normal; | ||
10 | src: url(FiraSans-Hair.otf); | ||
11 | } | ||
12 | @font-face { | ||
13 | font-family: Fira; | ||
14 | font-weight: 100; | ||
15 | font-style: italic; | ||
16 | src: url(FiraSans-HairItalic.otf); | ||
17 | } | ||
18 | /* Ultralight = 200 */ | ||
19 | @font-face { | ||
20 | font-family: Fira; | ||
21 | font-weight: 200; | ||
22 | font-style: normal; | ||
23 | src: url(FiraSans-UltraLight.otf); | ||
24 | } | ||
25 | @font-face { | ||
26 | font-family: Fira; | ||
27 | font-weight: 200; | ||
28 | font-style: italic; | ||
29 | src: url(FiraSans-UltraLightItalic.otf); | ||
30 | } | ||
31 | /* Light = 300 */ | ||
32 | @font-face { | ||
33 | font-family: Fira; | ||
34 | font-weight: 300; | ||
35 | font-style: normal; | ||
36 | src: url(FiraSans-Light.otf); | ||
37 | } | ||
38 | @font-face { | ||
39 | font-family: Fira; | ||
40 | font-weight: 300; | ||
41 | font-style: italic; | ||
42 | src: url(FiraSans-LightItalic.otf); | ||
43 | } | ||
44 | /* Regular = 400 */ | ||
45 | @font-face { | ||
46 | font-family: Fira; | ||
47 | font-weight: 400; | ||
48 | font-style: normal; | ||
49 | src: url(FiraSans-Regular.otf); | ||
50 | } | ||
51 | @font-face { | ||
52 | font-family: Fira; | ||
53 | font-weight: 400; | ||
54 | font-style: italic; | ||
55 | src: url(FiraSans-Italic.otf); | ||
56 | } | ||
57 | /* Medium = 500 */ | ||
58 | @font-face { | ||
59 | font-family: Fira; | ||
60 | font-weight: 500; | ||
61 | font-style: normal; | ||
62 | src: url(FiraSans-Medium.otf); | ||
63 | } | ||
64 | @font-face { | ||
65 | font-family: Fira; | ||
66 | font-weight: 500; | ||
67 | font-style: italic; | ||
68 | src: url(FiraSans-MediumItalic.otf); | ||
69 | } | ||
70 | /* Semibold = 600 */ | ||
71 | @font-face { | ||
72 | font-family: Fira; | ||
73 | font-weight: 600; | ||
74 | font-style: normal; | ||
75 | src: url(FiraSans-SemiBold.otf); | ||
76 | } | ||
77 | @font-face { | ||
78 | font-family: Fira; | ||
79 | font-weight: 600; | ||
80 | font-style: italic; | ||
81 | src: url(FiraSans-SemiBoldItalic.otf); | ||
82 | } | ||
83 | /* Bold = 700 */ | ||
84 | @font-face { | ||
85 | font-family: Fira; | ||
86 | font-weight: 700; | ||
87 | font-style: normal; | ||
88 | src: url(FiraSans-Bold.otf); | ||
89 | } | ||
90 | @font-face { | ||
91 | font-family: Fira; | ||
92 | font-weight: 700; | ||
93 | font-style: italic; | ||
94 | src: url(FiraSans-BoldItalic.otf); | ||
95 | } | ||
96 | /* Bold = 800 */ | ||
97 | @font-face { | ||
98 | font-family: Fira; | ||
99 | font-weight: 800; | ||
100 | font-style: normal; | ||
101 | src: url(FiraSans-ExtraBold.otf); | ||
102 | } | ||
103 | @font-face { | ||
104 | font-family: Fira; | ||
105 | font-weight: 800; | ||
106 | font-style: italic; | ||
107 | src: url(FiraSans-ExtraBoldItalic.otf); | ||
108 | } | ||
109 | /* Heavy = 900 */ | ||
110 | @font-face { | ||
111 | font-family: Fira; | ||
112 | font-weight: 900; | ||
113 | font-style: normal; | ||
114 | src: url(FiraSans-Heavy.otf); | ||
115 | } | ||
116 | @font-face { | ||
117 | font-family: Fira; | ||
118 | font-weight: 900; | ||
119 | font-style: italic; | ||
120 | src: url(FiraSans-HeavyItalic.otf); | ||
121 | } | ||