-
Notifications
You must be signed in to change notification settings - Fork 40
/
Copy pathpreview-head.html
43 lines (36 loc) · 958 Bytes
/
preview-head.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<link
rel="preload stylesheet"
as="style"
href="https://altinncdn.no/fonts/inter/v4.1/inter.css"
integrity="sha384-OcHzc/By/OPw9uJREawUCjP2inbOGKtKb4A/I2iXxmknUfog2H8Adx71tWVZRscD"
crossorigin="anonymous"
/>
<script>
document.documentElement.setAttribute('lang', 'no');
</script>
<style>
* {
font-feature-settings: 'cv05' 1;
}
html {
font-family: 'Inter', sans-serif;
}
.sbdocs-wrapper {
padding-bottom: 10rem !important;
}
.docs-story {
background-color: var(--ds-color-neutral-background-default);
}
html {
height: 100%;
}
body {
background-color: var(--ds-color-neutral-background-default);
}
</style>
<style>
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');
[data-typography='secondary'] {
font-family: var(--ds-font-family), monospace;
}
</style>