We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91cccd0 commit 872223cCopy full SHA for 872223c
themes/icore-open/fonts/fonts.scss
@@ -37,6 +37,23 @@
37
src: url("#{variables.$font-path}/IBMPlexSans/IBMPlexSans-SemiBoldItalic.ttf");
38
}
39
40
+/* Bold */
41
+@font-face {
42
+ font-family: "IBM Plex Sans";
43
+ font-weight: bold;
44
+ font-style: normal;
45
+ font-display: var(--text-body-font-display, swap);
46
+ src: url("#{variables.$font-path}/IBMPlexSans/IBMPlexSans-Bold.ttf");
47
+}
48
+
49
50
51
52
+ font-style: italic;
53
54
+ src: url("#{variables.$font-path}/IBMPlexSans/IBMPlexSans-BoldItalic.ttf");
55
56
57
/* Icon font */
58
@font-face {
59
font-family: "tabler-icons";
0 commit comments