From 2df693f1c6b12df18afc81e4ef6127684925fe88 Mon Sep 17 00:00:00 2001 From: Andrew Gormley Date: Sun, 14 Jul 2024 22:35:26 +0100 Subject: [PATCH] fixed #16847: removed inter and added padding to page header --- netbox/project-static/dist/netbox.css | Bin 553581 -> 553572 bytes netbox/project-static/package.json | 1 - netbox/project-static/styles/_variables.scss | 2 +- netbox/project-static/yarn.lock | 5 ----- netbox/templates/generic/_base.html | 2 +- 5 files changed, 2 insertions(+), 8 deletions(-) diff --git a/netbox/project-static/dist/netbox.css b/netbox/project-static/dist/netbox.css index fdaacdbf262172528623e8e0475660d9469a96c4..c7a088e8e082589d7e57eb980fea03c204b5257e 100644 GIT binary patch delta 46 tcmaF+MDfWJ#SN!;nlJOTU*=&1VkRJF24WTYoOkMp!2=V1h5CLm@8Viq7~1!6WJX5W6ChhuIk0BBbg A2mk;8 diff --git a/netbox/project-static/package.json b/netbox/project-static/package.json index a9ef9de2f..482e78598 100644 --- a/netbox/project-static/package.json +++ b/netbox/project-static/package.json @@ -33,7 +33,6 @@ "query-string": "9.0.0", "sass": "1.77.6", "tom-select": "2.3.1", - "typeface-inter": "3.18.1", "typeface-roboto-mono": "1.1.13" }, "devDependencies": { diff --git a/netbox/project-static/styles/_variables.scss b/netbox/project-static/styles/_variables.scss index 3bcf3ea88..bf73f8361 100644 --- a/netbox/project-static/styles/_variables.scss +++ b/netbox/project-static/styles/_variables.scss @@ -1,7 +1,7 @@ // Global variables // Set base fonts -$font-family-sans-serif: 'Plus Jakarta Sans Variable', 'Inter', system-ui, sans-serif; +$font-family-sans-serif: 'Plus Jakarta Sans Variable', system-ui, sans-serif; // See https://github.com/tabler/tabler/issues/1812 $font-family-monospace: 'Roboto Mono'; diff --git a/netbox/project-static/yarn.lock b/netbox/project-static/yarn.lock index 47fac3caa..4f126692b 100644 --- a/netbox/project-static/yarn.lock +++ b/netbox/project-static/yarn.lock @@ -2779,11 +2779,6 @@ typed-array-length@^1.0.6: is-typed-array "^1.1.13" possible-typed-array-names "^1.0.0" -typeface-inter@3.18.1: - version "3.18.1" - resolved "https://registry.yarnpkg.com/typeface-inter/-/typeface-inter-3.18.1.tgz#24cccdf29923f318589783997be20a662cd3ab9c" - integrity sha512-c+TBanYFCvmg3j5vPk+zxK4ocMZbPxMEmjnwG7rPQoV87xvQ6b07VbAOC0Va0XBbbZCGw6cWNeFuLeg1YQru3Q== - typeface-roboto-mono@1.1.13: version "1.1.13" resolved "https://registry.yarnpkg.com/typeface-roboto-mono/-/typeface-roboto-mono-1.1.13.tgz#2af8662db8f9119c00efd55d6ed8877d2a69ec94" diff --git a/netbox/templates/generic/_base.html b/netbox/templates/generic/_base.html index 36e7178b2..cb90a74b8 100644 --- a/netbox/templates/generic/_base.html +++ b/netbox/templates/generic/_base.html @@ -10,7 +10,7 @@ {# Title #}
-

{% block title %}{% endblock title %}

+

{% block title %}{% endblock title %}

{% block subtitle %}{% endblock %}