mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-08 16:48:16 -06:00
fixed #16847: updated font
This commit is contained in:
parent
2c00726ebc
commit
17e076e0d9
BIN
netbox/project-static/dist/netbox-external.css
vendored
BIN
netbox/project-static/dist/netbox-external.css
vendored
Binary file not shown.
BIN
netbox/project-static/dist/netbox.css
vendored
BIN
netbox/project-static/dist/netbox.css
vendored
Binary file not shown.
@ -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');
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user