💄 Adds JetBrains Mono font
This commit is contained in:
BIN
public/fonts/JetBrainsMono-Bold.ttf
Normal file
BIN
public/fonts/JetBrainsMono-Bold.ttf
Normal file
Binary file not shown.
BIN
public/fonts/JetBrainsMono-Italic.ttf
Normal file
BIN
public/fonts/JetBrainsMono-Italic.ttf
Normal file
Binary file not shown.
BIN
public/fonts/JetBrainsMono-Regular.ttf
Normal file
BIN
public/fonts/JetBrainsMono-Regular.ttf
Normal file
Binary file not shown.
@@ -1 +1,26 @@
|
|||||||
@import "tailwindcss";
|
@import "tailwindcss";
|
||||||
|
|
||||||
|
@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;
|
||||||
|
}
|
||||||
|
Reference in New Issue
Block a user