fix: font settings

This commit is contained in:
Cory Dransfeldt 2023-07-19 10:46:41 -07:00
parent 38d686a31c
commit 431d2270cd
No known key found for this signature in database
4 changed files with 65 additions and 52 deletions

View file

@ -1,3 +1,5 @@
@import '@fontsource/jetbrains-mono';
@tailwind base;
@tailwind components;
@tailwind utilities;
@ -99,6 +101,10 @@ pre {
background: theme(colors.purple.500);
}
code[class*=language-], pre[class*=language-] {
font-family: 'JetBrains Mono', ui-monospace, SFMono-Regular, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace !important;
}
[data-tablericon-name] {
stroke-width: 1.4;
}