Skip to content

Commit

Permalink
Merge branch 'next' into storefront/minor-a11y
Browse files Browse the repository at this point in the history
  • Loading branch information
Barsnes authored Mar 7, 2025
2 parents aeb54c5 + 68a741c commit f6b5936
Show file tree
Hide file tree
Showing 9 changed files with 23 additions and 9 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,9 @@ Add the `<link>` tag in `<head>`, and set `font-family` to `Inter` in your globa
```html
<link
rel="stylesheet"
href="https://altinncdn.no/fonts/inter/v4/inter.css"
href="https://altinncdn.no/fonts/inter/v4.1/inter.css"
integrity="sha384-OcHzc/By/OPw9uJREawUCjP2inbOGKtKb4A/I2iXxmknUfog2H8Adx71tWVZRscD"
crossorigin="anonymous"
/>
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,9 @@ For hosting kan Altinn CDN benyttes:
```html
<link
rel='stylesheet'
href='https://altinncdn.no/fonts/inter/v4/inter.css'
href='https://altinncdn.no/fonts/inter/v4.1/inter.css'
integrity="sha384-OcHzc/By/OPw9uJREawUCjP2inbOGKtKb4A/I2iXxmknUfog2H8Adx71tWVZRscD"
crossorigin="anonymous"
/>
```

Expand Down
2 changes: 1 addition & 1 deletion apps/storefront/globals.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@import url('https://altinncdn.no/fonts/inter/v4/inter.css');
@import url('https://altinncdn.no/fonts/inter/v4.1/inter.css');

@layer normalize, ds;

Expand Down
4 changes: 3 additions & 1 deletion apps/storybook/.storybook/manager-head.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
<link
rel="preload stylesheet"
as="style"
href="https://altinncdn.no/fonts/inter/v4/inter.css"
href="https://altinncdn.no/fonts/inter/v4.1/inter.css"
integrity="sha384-OcHzc/By/OPw9uJREawUCjP2inbOGKtKb4A/I2iXxmknUfog2H8Adx71tWVZRscD"
crossorigin="anonymous"
/>

<link
Expand Down
4 changes: 3 additions & 1 deletion apps/storybook/.storybook/preview-head.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
<link
rel="preload stylesheet"
as="style"
href="https://altinncdn.no/fonts/inter/v4/inter.css"
href="https://altinncdn.no/fonts/inter/v4.1/inter.css"
integrity="sha384-OcHzc/By/OPw9uJREawUCjP2inbOGKtKb4A/I2iXxmknUfog2H8Adx71tWVZRscD"
crossorigin="anonymous"
/>

<script>
Expand Down
2 changes: 1 addition & 1 deletion apps/theme/app/globals.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@import url('https://altinncdn.no/fonts/inter/v4/inter.css');
@import url('https://altinncdn.no/fonts/inter/v4.1/inter.css');

* {
box-sizing: border-box;
Expand Down
4 changes: 3 additions & 1 deletion packages/get-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ Legg til `<link>` taggen i `<head>`, og sett `font-family` til `Inter` i din glo
```html
<link
rel="stylesheet"
href="https://altinncdn.no/fonts/inter/v4/inter.css"
href="https://altinncdn.no/fonts/inter/v4.1/inter.css"
integrity="sha384-OcHzc/By/OPw9uJREawUCjP2inbOGKtKb4A/I2iXxmknUfog2H8Adx71tWVZRscD"
crossorigin="anonymous"
/>
```

Expand Down
4 changes: 3 additions & 1 deletion packages/react/stories/Typography.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ Den er tilgjengelig i Altinn CDN.
```html
<link
rel="stylesheet"
href="https://altinncdn.no/fonts/inter/v4/inter.css"
href="https://altinncdn.no/fonts/inter/v4.1/inter.css"
integrity="sha384-OcHzc/By/OPw9uJREawUCjP2inbOGKtKb4A/I2iXxmknUfog2H8Adx71tWVZRscD"
crossorigin="anonymous"
/>
```

Expand Down
4 changes: 3 additions & 1 deletion plugins/figma/src/ui/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
<head>
<link
rel="stylesheet"
href="https://altinncdn.no/fonts/inter/v4/inter.css"
href="https://altinncdn.no/fonts/inter/v4.1/inter.css"
integrity="sha384-OcHzc/By/OPw9uJREawUCjP2inbOGKtKb4A/I2iXxmknUfog2H8Adx71tWVZRscD"
crossorigin="anonymous"
/>
</head>

Expand Down

0 comments on commit f6b5936

Please sign in to comment.