feat: css refactor for easy font change

This commit is contained in:
Jacky Zhao 2022-07-13 23:37:54 -07:00
parent 8b2a82a96a
commit 22c8981bb9
8 changed files with 93 additions and 98 deletions
assets/styles

View file

@ -45,7 +45,7 @@
}
.chroma code {
font-family: 'Fira Code' !important;
font-family: var(--font-mono) !important;
font-size: 0.85em !important;
line-height: 2em !important;
background: none !important;