Use bold rather than medium font for strong emphasis.
This commit is contained in:
parent
00b49683fd
commit
9695785e5c
@ -45,18 +45,18 @@ $code-fonts: "IBM Plex Mono Light", Consolas, "Andale Mono WT", "Andale Mono",
|
|||||||
font-family: 'IBM Plex Sans Light';
|
font-family: 'IBM Plex Sans Light';
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
src: local('IBM Plex Sans Medm'),
|
src: local('IBM Plex Sans Bold'),
|
||||||
local('IBMPlexSans-Medm'),
|
local('IBMPlexSans-Bold'),
|
||||||
url('/fonts/IBMPlexSans-Medium.woff2') format('woff2');
|
url('/fonts/IBMPlexSans-Bold.woff2') format('woff2');
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'IBM Plex Sans Light';
|
font-family: 'IBM Plex Sans Light';
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
src: local('IBM Plex Sans Medm Italic'),
|
src: local('IBM Plex Sans Bold Italic'),
|
||||||
local('IBMPlexSans-MedmItalic'),
|
local('IBMPlexSans-BoldItalic'),
|
||||||
url('/fonts/IBMPlexSans-MediumItalic.woff2') format('woff2');
|
url('/fonts/IBMPlexSans-BoldItalic.woff2') format('woff2');
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
|
Loading…
Reference in New Issue
Block a user