mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-27 02:48:38 -06:00
Fixes #16139: Ensure input buttons use standard font family
This commit is contained in:
parent
c0855e9ac4
commit
ff555be9e1
BIN
netbox/project-static/dist/netbox.css
vendored
BIN
netbox/project-static/dist/netbox.css
vendored
Binary file not shown.
@ -1,7 +1,7 @@
|
|||||||
// Global variables
|
// Global variables
|
||||||
|
|
||||||
// Set base fonts
|
// Set base fonts
|
||||||
$font-family-base: 'Inter';
|
$font-family-sans-serif: 'Inter';
|
||||||
// See https://github.com/tabler/tabler/issues/1812
|
// See https://github.com/tabler/tabler/issues/1812
|
||||||
$font-family-monospace: 'Roboto Mono';
|
$font-family-monospace: 'Roboto Mono';
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user