Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

style: inter v4 #2984

Open
wants to merge 1 commit into
base: next
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ The `font-feature-settings` adds a tail to lowercase `L`'s.
```html
<link
rel="stylesheet"
href="https://altinncdn.no/fonts/inter/inter.css"
href="https://altinncdn.no/fonts/inter/v4/inter.css"
/>
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ For hosting kan Altinn CDN benyttes:
<CodeSnippet language='html'>
{`<link
rel='stylesheet'
href='https://altinncdn.no/fonts/inter/inter.css'
href='https://altinncdn.no/fonts/inter/v4/inter.css'
/>`}
</CodeSnippet>

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/inter.css');
@import url('https://altinncdn.no/fonts/inter/v4/inter.css');

@layer normalize, ds;

Expand Down
2 changes: 1 addition & 1 deletion apps/storybook/.storybook/manager-head.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<link
rel="preload stylesheet"
as="style"
href="https://altinncdn.no/fonts/inter/inter.css"
href="https://altinncdn.no/fonts/inter/v4/inter.css"
/>

<link
Expand Down
2 changes: 1 addition & 1 deletion apps/storybook/.storybook/preview-head.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<link
rel="preload stylesheet"
as="style"
href="https://altinncdn.no/fonts/inter/inter.css"
href="https://altinncdn.no/fonts/inter/v4/inter.css"
/>

<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/inter.css');
@import url('https://altinncdn.no/fonts/inter/v4/inter.css');

* {
box-sizing: border-box;
Expand Down
2 changes: 1 addition & 1 deletion packages/get-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ 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/inter.css"
href="https://altinncdn.no/fonts/inter/v4/inter.css"
/>
```

Expand Down
2 changes: 1 addition & 1 deletion packages/react/stories/Typography.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Den er tilgjengelig i Altinn CDN.
```html
<link
rel="stylesheet"
href="https://altinncdn.no/fonts/inter/inter.css"
href="https://altinncdn.no/fonts/inter/v4/inter.css"
/>
```

Expand Down
2 changes: 1 addition & 1 deletion plugins/figma/src/ui/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<link
rel="stylesheet"
href="https://altinncdn.no/fonts/inter/inter.css"
href="https://altinncdn.no/fonts/inter/v4/inter.css"
/>
</head>

Expand Down
Loading