Skip to content

Commit 481c34d

Browse files
authored
Merge branch 'main' into element/ak-switch
2 parents 002f528 + 93507b5 commit 481c34d

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

src/css/base/_fonts.scss

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,38 @@
3737
src: url("../fonts/webfonts/fa-solid-900.woff2") format("woff2");
3838
}
3939

40+
@font-face {
41+
font-family: RedHatDisplay;
42+
font-style: normal;
43+
font-weight: 400;
44+
src: url("../fonts/RedHatDisplay/RedHatDisplay-Regular.woff2") format("woff2");
45+
font-display: fallback;
46+
}
47+
48+
@font-face {
49+
font-family: RedHatDisplay;
50+
font-style: italic;
51+
font-weight: 400;
52+
src: url("../fonts/RedHatDisplay/RedHatDisplay-Italic.woff2") format("woff2");
53+
font-display: fallback;
54+
}
55+
56+
@font-face {
57+
font-family: RedHatDisplay;
58+
font-style: normal;
59+
font-weight: 700;
60+
src: url("../fonts/RedHatDisplay/RedHatDisplay-Medium.woff2") format("woff2");
61+
font-display: fallback;
62+
}
63+
64+
@font-face {
65+
font-family: RedHatDisplay;
66+
font-style: italic;
67+
font-weight: 700;
68+
src: url("../fonts/RedHatDisplay/RedHatDisplay-MediumItalic.woff2") format("woff2");
69+
font-display: fallback;
70+
}
71+
4072
@font-face {
4173
font-family: pficon;
4274
src:

0 commit comments

Comments
 (0)