diff --git a/netbox/project-static/dist/netbox.css b/netbox/project-static/dist/netbox.css index 7d19b98f8..0bcfea81f 100644 Binary files a/netbox/project-static/dist/netbox.css and b/netbox/project-static/dist/netbox.css differ diff --git a/netbox/project-static/styles/variables.scss b/netbox/project-static/styles/variables.scss index 371c240c0..529456cfa 100644 --- a/netbox/project-static/styles/variables.scss +++ b/netbox/project-static/styles/variables.scss @@ -10,3 +10,6 @@ $btn-padding-y: 0.25rem; // Reduce the default table cell padding $table-cell-padding-x: 0.5rem; $table-cell-padding-y: 0.5rem; + +$font-google: 'Inter'; +$font-google-monospaced: 'Roboto Mono';