Skip to content

Commit d5aca2a

Browse files
committed
move font-face defs to design-2023
1 parent 70a753c commit d5aca2a

File tree

2 files changed

+50
-50
lines changed

2 files changed

+50
-50
lines changed

styles/styles-design-2023.css

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,53 @@
1616
--font-light: "SignikaLight", "ArialFallback", arial, sans-serif;
1717
--font-regular: "SignikaRegular", "ArialFallback", arial, sans-serif;
1818
}
19+
20+
@font-face {
21+
font-family: ArialBoldFallback;
22+
src: local(arial bold);
23+
size-adjust: 94%;
24+
ascent-override: 92%;
25+
descent-override: 26%;
26+
line-gap-override: 10.25%;
27+
}
28+
29+
@font-face {
30+
font-family: ArialFallback;
31+
src: local(arial);
32+
size-adjust: 94%;
33+
ascent-override: 92%;
34+
descent-override: 26%;
35+
line-gap-override: 10.25%;
36+
}
37+
38+
@font-face {
39+
font-family: SignikaLight;
40+
src: url("/resources/font/Signika-Light-webfont.woff");
41+
font-weight: normal;
42+
font-style: normal;
43+
font-display: optional;
44+
}
45+
46+
@font-face {
47+
font-family: SignikaRegular;
48+
src: url("/resources/font/Signika-Regular-webfont.woff");
49+
font-weight: normal;
50+
font-style: normal;
51+
font-display: optional;
52+
}
53+
54+
@font-face {
55+
font-family: SignikaSemibold;
56+
src: url("/resources/font/Signika-Semibold-webfont.woff");
57+
font-weight: normal;
58+
font-style: normal;
59+
font-display: optional;
60+
}
61+
62+
@font-face {
63+
font-family: SignikaBold;
64+
src: url("/resources/font/Signika-Bold-webfont.woff");
65+
font-weight: normal;
66+
font-style: normal;
67+
font-display: optional;
68+
}

styles/styles.css

Lines changed: 0 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -28,56 +28,6 @@
2828
*/
2929
}
3030

31-
@font-face {
32-
font-family: ArialBoldFallback;
33-
src: local(arial bold);
34-
size-adjust: 94%;
35-
ascent-override: 92%;
36-
descent-override: 26%;
37-
line-gap-override: 10.25%;
38-
}
39-
40-
@font-face {
41-
font-family: ArialFallback;
42-
src: local(arial);
43-
size-adjust: 94%;
44-
ascent-override: 92%;
45-
descent-override: 26%;
46-
line-gap-override: 10.25%;
47-
}
48-
49-
@font-face {
50-
font-family: SignikaLight;
51-
src: url("/resources/font/Signika-Light-webfont.woff");
52-
font-weight: normal;
53-
font-style: normal;
54-
font-display: optional;
55-
}
56-
57-
@font-face {
58-
font-family: SignikaRegular;
59-
src: url("/resources/font/Signika-Regular-webfont.woff");
60-
font-weight: normal;
61-
font-style: normal;
62-
font-display: optional;
63-
}
64-
65-
@font-face {
66-
font-family: SignikaSemibold;
67-
src: url("/resources/font/Signika-Semibold-webfont.woff");
68-
font-weight: normal;
69-
font-style: normal;
70-
font-display: optional;
71-
}
72-
73-
@font-face {
74-
font-family: SignikaBold;
75-
src: url("/resources/font/Signika-Bold-webfont.woff");
76-
font-weight: normal;
77-
font-style: normal;
78-
font-display: optional;
79-
}
80-
8131
body {
8232
background-color: var(--color-light);
8333
color: var(--color-dark);

0 commit comments

Comments
 (0)