From dde1cca08c5644b629297fdcc2c86336f2367c9d Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Thu, 4 Jan 2024 15:45:51 -0500 Subject: [PATCH] Set base fonts --- netbox/project-static/dist/netbox.css | Bin 542503 -> 542717 bytes netbox/project-static/styles/variables.scss | 3 +++ 2 files changed, 3 insertions(+) diff --git a/netbox/project-static/dist/netbox.css b/netbox/project-static/dist/netbox.css index 7d19b98f8af7bc848032a8b7005f135609e64b58..0bcfea81f403cc2f5324c2858531682306c3c635 100644 GIT binary patch delta 282 zcmZ49r}(#DvECs$BeAGBwM0QFG{jBULdn`8Gq)hWs6;8Fq@AhTF6IX_oFxwzQKJ}ogfGpEwlGp{7I$f`U&qr}13z`)uBh)sdm42aDQ4AfFG ziwklRD{YI*6ALg+44RXBeAGBwM0QFG{jBUV&la*Jd;a!%bLIQwtwek1Y#y2W(HywAZ7(( OHXvr-{+*YD%?bdF%o+Ls 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';