Skip to content

Commit

Permalink
chore: Use the new Equinor CDN (#535)
Browse files Browse the repository at this point in the history
Use the new Equinor CDN for getting the Equinor Font since the old CDN
is getting removed.

Closes #534
  • Loading branch information
dansvend authored May 15, 2023
1 parent 2999e03 commit 97f7872
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pages/_document.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ class MyDocument extends Document {
<Html>
<Head>
<link
href="https://eds-static.equinor.com/font/equinor-font.css"
href="https://cdn.eds.equinor.com/font/equinor-font.css"
rel="stylesheet"
/>
</Head>
Expand Down
4 changes: 2 additions & 2 deletions styles/_variables.scss
Original file line number Diff line number Diff line change
@@ -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;
Expand All @@ -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;

0 comments on commit 97f7872

Please sign in to comment.