🐛 Fixes fonts
This commit is contained in:
@@ -1,26 +1,6 @@
|
||||
@import "tailwindcss";
|
||||
@import "@nuxt/ui";
|
||||
|
||||
@font-face {
|
||||
font-family: "JetBrains Mono";
|
||||
src: url(fonts/JetBrainsMono-Regular.ttf) format("truetype");
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "JetBrains Mono";
|
||||
src: url(fonts/JetBrainsMono-Bold.ttf) format("truetype");
|
||||
font-weight: bold;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "JetBrains Mono";
|
||||
src: url(fonts/JetBrainsMono-Italic.ttf) format("truetype");
|
||||
font-weight: normal;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
html {
|
||||
font-family: "JetBrains Mono", monospace;
|
||||
@theme {
|
||||
--font-mono: "JetBrains Mono", monospace;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user