feat(theme): color scheme and fonts
This commit is contained in:
@@ -1,3 +1,33 @@
|
||||
@tailwind base;
|
||||
@tailwind components;
|
||||
@tailwind utilities;
|
||||
|
||||
@font-face {
|
||||
font-family: "JetBrainsMono";
|
||||
src:
|
||||
url("/fonts/JetBrainsMonoNFM-Bold.woff2") format("woff2"),
|
||||
url("/fonts/JetBrainsMonoNFM-Bold.woff") format("woff");
|
||||
font-weight: bold;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "JetBrainsMono";
|
||||
src:
|
||||
url("/fonts/JetBrainsMonoNFM-Regular.woff2") format("woff2"),
|
||||
url("/fonts/JetBrainsMonoNFM-Regular.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