feat(fonts): use medium and extra bold fonts
This commit is contained in:
@@ -21,8 +21,8 @@ body {
|
||||
@font-face {
|
||||
font-family: "JetBrainsMono";
|
||||
src:
|
||||
url("/fonts/JetBrainsMonoNFM-Bold.woff2") format("woff2"),
|
||||
url("/fonts/JetBrainsMonoNFM-Bold.woff") format("woff");
|
||||
url("/fonts/JetBrainsMonoNF-ExtraBold.woff2") format("woff2"),
|
||||
url("/fonts/JetBrainsMonoNF-ExtraBold.woff") format("woff");
|
||||
font-weight: bold;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
@@ -31,19 +31,9 @@ body {
|
||||
@font-face {
|
||||
font-family: "JetBrainsMono";
|
||||
src:
|
||||
url("/fonts/JetBrainsMonoNFM-Regular.woff2") format("woff2"),
|
||||
url("/fonts/JetBrainsMonoNFM-Regular.woff") format("woff");
|
||||
url("/fonts/JetBrainsMonoNF-Medium.woff2") format("woff2"),
|
||||
url("/fonts/JetBrainsMonoNF-Medium.woff") format("woff");
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "JetBrainsMono";
|
||||
src:
|
||||
url("/fonts/JetBrainsMonoNFM-Medium.woff2") format("woff2"),
|
||||
url("/fonts/JetBrainsMonoNFM-Medium.woff") format("woff");
|
||||
font-weight: 500;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user