Merge pull request #185 from zaxutic/monospace-font

This commit is contained in:
Paul Makles 2021-09-09 21:04:05 +01:00 committed by GitHub
commit 3c487cd2a6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View file

@ -263,7 +263,7 @@
min-width: 0;
flex-grow: 1;
padding: 8px;
font-family: var(--codeblock-font);
font-family: var(--monospace-font);
border-radius: var(--border-radius);
background: var(--secondary-background);

View file

@ -5,7 +5,6 @@
--ligatures: none;
--text-size: 14px;
--font: "Open Sans";
--codeblock-font: "Fira Code";
--sidebar-active: var(--secondary-background);
/**