-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrobotocondensed.prefixed.css
60 lines (54 loc) · 1.87 KB
/
robotocondensed.prefixed.css
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
/* BEGIN Light */
@font-face {
font-family: "RobotoCondensed";
src: url("./fonts/Light/RobotoCondensed-Light.woff2?v=2.137") format("woff2"), url("./fonts/Light/RobotoCondensed-Light.woff?v=2.137") format("woff");
font-weight: 300;
font-style: normal;
font-display: fallback;
}
/* END Light */
/* BEGIN Light Italic */
@font-face {
font-family: "RobotoCondensed";
src: url("./fonts/LightItalic/RobotoCondensed-LightItalic.woff2?v=2.137") format("woff2"), url("./fonts/LightItalic/RobotoCondensed-LightItalic.woff?v=2.137") format("woff");
font-weight: 300;
font-style: italic;
font-display: fallback;
}
/* END Light Italic */
/* BEGIN Regular */
@font-face {
font-family: "RobotoCondensed";
src: url("./fonts/Regular/RobotoCondensed-Regular.woff2?v=2.137") format("woff2"), url("./fonts/Regular/RobotoCondensed-Regular.woff?v=2.137") format("woff");
font-weight: 400;
font-style: normal;
font-display: fallback;
}
/* END Regular */
/* BEGIN Italic */
@font-face {
font-family: "RobotoCondensed";
src: url("./fonts/Italic/RobotoCondensed-Italic.woff2?v=2.137") format("woff2"), url("./fonts/Italic/RobotoCondensed-Italic.woff?v=2.137") format("woff");
font-weight: 400;
font-style: italic;
font-display: fallback;
}
/* END Italic */
/* BEGIN Bold */
@font-face {
font-family: "RobotoCondensed";
src: url("./fonts/Bold/RobotoCondensed-Bold.woff2?v=2.137") format("woff2"), url("./fonts/Bold/RobotoCondensed-Bold.woff?v=2.137") format("woff");
font-weight: 700;
font-style: normal;
font-display: fallback;
}
/* END Bold */
/* BEGIN Bold Italic */
@font-face {
font-family: "RobotoCondensed";
src: url("./fonts/BoldItalic/RobotoCondensed-BoldItalic.woff2?v=2.137") format("woff2"), url("./fonts/BoldItalic/RobotoCondensed-BoldItalic.woff?v=2.137") format("woff");
font-weight: 700;
font-style: italic;
font-display: fallback;
}
/* END Bold Italic */