From 97f78729fa356f49436c9cc83ceeb819f512ec38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Andr=C3=A9=20Svendsen?= <47424077+dansvend@users.noreply.github.com> Date: Mon, 15 May 2023 13:59:53 +0200 Subject: [PATCH] chore: Use the new Equinor CDN (#535) Use the new Equinor CDN for getting the Equinor Font since the old CDN is getting removed. Closes #534 --- pages/_document.tsx | 2 +- styles/_variables.scss | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/_document.tsx b/pages/_document.tsx index a4bb545c..de1dab15 100644 --- a/pages/_document.tsx +++ b/pages/_document.tsx @@ -7,7 +7,7 @@ class MyDocument extends Document {
diff --git a/styles/_variables.scss b/styles/_variables.scss index ad8c914e..37d7ea45 100644 --- a/styles/_variables.scss +++ b/styles/_variables.scss @@ -1,4 +1,4 @@ -@import "https://eds-static.equinor.com/font/equinor-font.css"; +@import "https://cdn.eds.equinor.com/font/equinor-font.css"; // colors $equinor_PRIMARY: #ff1243; @@ -20,4 +20,4 @@ $font: "Equinor", "Arial", "Lucida Grande", sans-serif; $text-default: #3d3d3d; $Interactive-Danger: #eb0000; $Infographic-Substitute_Green-Succulent: #00977b; -$Interactive-Warning: #ad6200; +$Interactive-Warning: #ad6200; \ No newline at end of file