fixed #16847: updated font

This commit is contained in:
Andrew Gormley 2024-07-08 21:13:50 +01:00
parent 2c00726ebc
commit 17e076e0d9
4 changed files with 6 additions and 0 deletions

Binary file not shown.

Binary file not shown.

View File

@ -6,3 +6,4 @@
// Fonts
@import url("../node_modules/typeface-inter/inter.css");
@import url("../node_modules/typeface-roboto-mono/index.css");
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');

View File

@ -5,6 +5,11 @@
font-variant-ligatures: none;
}
// App font
:root {
--tblr-font-sans-serif: 'Plus Jakarta Sans';
}
// Restore default foreground & background colors for <pre> blocks
pre {
background-color: transparent;