Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1483 from navikt/Stotte-for-samiske-tegn
Browse files Browse the repository at this point in the history
Stotte for samiske tegn
  • Loading branch information
eivindskifjeld authored Sep 8, 2023
2 parents b31453d + 79124ad commit 592246d
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
24 changes: 24 additions & 0 deletions src/additional-fonts.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
@font-face {
font-display: swap;
font-family: Source Sans Pro;
font-style: italic;
font-weight: 400;
src: url(https://cdn.nav.no/aksel/fonts/SourceSans3-italic-latin_ext.woff2)
format('woff2');
}
@font-face {
font-display: swap;
font-family: Source Sans Pro;
font-style: normal;
font-weight: 400;
src: url(https://cdn.nav.no/aksel/fonts/SourceSans3-normal-latin_ext.woff2)
format('woff2');
}
@font-face {
font-display: swap;
font-family: Source Sans Pro;
font-style: normal;
font-weight: 600;
src: url(https://cdn.nav.no/aksel/fonts/SourceSans3-normal-latin_ext.woff2)
format('woff2');
}
1 change: 1 addition & 0 deletions src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ import { injectHeadTags } from './head';
import { hotjarMaskHtml } from './utils/analytics/hotjar';

import './index.scss';
import './additional-fonts.scss';

const loadedStates = ['complete', 'loaded', 'interactive'];

Expand Down

0 comments on commit 592246d

Please sign in to comment.