@fremtind/jokul 0.69.1 → 0.70.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/build-stats.html +1 -1
- package/build/cjs/components/expander/types.d.cts +2 -2
- package/build/cjs/components/file/File.cjs +2 -0
- package/build/cjs/components/file/File.cjs.map +1 -0
- package/build/cjs/components/file/File.d.cts +3 -0
- package/build/cjs/components/file/index.cjs +2 -0
- package/build/cjs/components/file/index.cjs.map +1 -0
- package/build/cjs/components/file/index.d.cts +2 -0
- package/build/cjs/components/file/stories/File.stories.cjs +2 -0
- package/build/cjs/components/file/stories/File.stories.cjs.map +1 -0
- package/build/cjs/components/file/stories/File.stories.d.cts +33 -0
- package/build/cjs/components/file/types.cjs +2 -0
- package/build/cjs/components/file/types.cjs.map +1 -0
- package/build/cjs/components/file/types.d.cts +12 -0
- package/build/cjs/components/file-input/FileInput.cjs.map +1 -1
- package/build/cjs/components/file-input/FileInput.d.cts +1 -24
- package/build/cjs/components/file-input/index.cjs +1 -1
- package/build/cjs/components/file-input/index.d.cts +2 -3
- package/build/cjs/components/file-input/internal/Dropzone.cjs +1 -1
- package/build/cjs/components/file-input/internal/Dropzone.cjs.map +1 -1
- package/build/cjs/components/file-input/internal/Input.cjs +1 -1
- package/build/cjs/components/file-input/internal/Input.cjs.map +1 -1
- package/build/cjs/components/file-input/internal/fileInputContext.cjs.map +1 -1
- package/build/cjs/components/file-input/internal/fileInputContext.d.cts +3 -3
- package/build/cjs/components/file-input/internal/validateFileInputFiles.cjs +2 -0
- package/build/cjs/components/file-input/internal/validateFileInputFiles.cjs.map +1 -0
- package/build/cjs/components/file-input/internal/validateFileInputFiles.d.cts +2 -0
- package/build/cjs/components/file-input/stories/FileInput.stories.cjs +1 -1
- package/build/cjs/components/file-input/stories/FileInput.stories.cjs.map +1 -1
- package/build/cjs/components/file-input/types.cjs +1 -1
- package/build/cjs/components/file-input/types.d.cts +29 -5
- package/build/cjs/components/index.cjs +1 -1
- package/build/cjs/components/message/types.d.cts +2 -7
- package/build/cjs/components/select/Select.cjs.map +1 -1
- package/build/cjs/components/toggle-switch/usePillStyles.cjs.map +1 -1
- package/build/cjs/components/toggle-switch/usePillStyles.d.cts +1 -1
- package/build/cjs/hooks/useAnimatedHeight/types.d.cts +3 -3
- package/build/cjs/hooks/useAnimatedHeight/useAnimatedHeightBetween.cjs.map +1 -1
- package/build/cjs/hooks/useAnimatedHeight/useAutoAnimateHeight.cjs.map +1 -1
- package/build/cjs/hooks/useAnimatedHeight/useAutoAnimateHeight.d.cts +2 -2
- package/build/cjs/hooks/useClickOutside/useClickOutside.cjs.map +1 -1
- package/build/cjs/hooks/useClickOutside/useClickOutside.d.cts +1 -1
- package/build/cjs/hooks/useFocusOutside/useFocusOutside.cjs.map +1 -1
- package/build/cjs/hooks/useFocusOutside/useFocusOutside.d.cts +1 -1
- package/build/cjs/hooks/useKeyListener/useKeyListener.cjs.map +1 -1
- package/build/cjs/hooks/useKeyListener/useKeyListener.d.cts +1 -1
- package/build/cjs/hooks/useListNavigation/useListNavigation.cjs.map +1 -1
- package/build/cjs/hooks/useListNavigation/useListNavigation.d.cts +1 -1
- package/build/cjs/hooks/useMutationObserver/useMutationObserver.cjs.map +1 -1
- package/build/cjs/hooks/useMutationObserver/useMutationObserver.d.cts +1 -1
- package/build/cjs/hooks/useScrollIntoView/useScrollIntoView.cjs.map +1 -1
- package/build/cjs/hooks/useScrollIntoView/useScrollIntoView.d.cts +1 -1
- package/build/cjs/index.cjs +1 -1
- package/build/es/components/expander/types.d.ts +2 -2
- package/build/es/components/file/File.d.ts +3 -0
- package/build/es/components/file/File.js +2 -0
- package/build/es/components/file/File.js.map +1 -0
- package/build/es/components/file/index.d.ts +2 -0
- package/build/es/components/file/index.js +2 -0
- package/build/es/components/file/index.js.map +1 -0
- package/build/es/components/file/stories/File.stories.d.ts +33 -0
- package/build/es/components/file/stories/File.stories.js +2 -0
- package/build/es/components/file/stories/File.stories.js.map +1 -0
- package/build/es/components/file/types.d.ts +12 -0
- package/build/es/components/file/types.js +2 -0
- package/build/es/components/file/types.js.map +1 -0
- package/build/es/components/file-input/FileInput.d.ts +1 -24
- package/build/es/components/file-input/FileInput.js.map +1 -1
- package/build/es/components/file-input/index.d.ts +2 -3
- package/build/es/components/file-input/index.js +1 -1
- package/build/es/components/file-input/internal/Dropzone.js +1 -1
- package/build/es/components/file-input/internal/Dropzone.js.map +1 -1
- package/build/es/components/file-input/internal/Input.js +1 -1
- package/build/es/components/file-input/internal/Input.js.map +1 -1
- package/build/es/components/file-input/internal/fileInputContext.d.ts +3 -3
- package/build/es/components/file-input/internal/fileInputContext.js.map +1 -1
- package/build/es/components/file-input/internal/validateFileInputFiles.d.ts +2 -0
- package/build/es/components/file-input/internal/{validateFile.js → validateFileInputFiles.js} +2 -2
- package/build/es/components/file-input/internal/validateFileInputFiles.js.map +1 -0
- package/build/es/components/file-input/stories/FileInput.stories.js +1 -1
- package/build/es/components/file-input/stories/FileInput.stories.js.map +1 -1
- package/build/es/components/file-input/types.d.ts +29 -5
- package/build/es/components/file-input/types.js +1 -1
- package/build/es/components/index.js +1 -1
- package/build/es/components/message/types.d.ts +2 -7
- package/build/es/components/select/Select.js.map +1 -1
- package/build/es/components/toggle-switch/usePillStyles.d.ts +1 -1
- package/build/es/components/toggle-switch/usePillStyles.js.map +1 -1
- package/build/es/hooks/useAnimatedHeight/types.d.ts +3 -3
- package/build/es/hooks/useAnimatedHeight/useAnimatedHeightBetween.js.map +1 -1
- package/build/es/hooks/useAnimatedHeight/useAutoAnimateHeight.d.ts +2 -2
- package/build/es/hooks/useAnimatedHeight/useAutoAnimateHeight.js.map +1 -1
- package/build/es/hooks/useClickOutside/useClickOutside.d.ts +1 -1
- package/build/es/hooks/useClickOutside/useClickOutside.js.map +1 -1
- package/build/es/hooks/useFocusOutside/useFocusOutside.d.ts +1 -1
- package/build/es/hooks/useFocusOutside/useFocusOutside.js.map +1 -1
- package/build/es/hooks/useKeyListener/useKeyListener.d.ts +1 -1
- package/build/es/hooks/useKeyListener/useKeyListener.js.map +1 -1
- package/build/es/hooks/useListNavigation/useListNavigation.d.ts +1 -1
- package/build/es/hooks/useListNavigation/useListNavigation.js.map +1 -1
- package/build/es/hooks/useMutationObserver/useMutationObserver.d.ts +1 -1
- package/build/es/hooks/useMutationObserver/useMutationObserver.js.map +1 -1
- package/build/es/hooks/useScrollIntoView/useScrollIntoView.d.ts +1 -1
- package/build/es/hooks/useScrollIntoView/useScrollIntoView.js.map +1 -1
- package/build/es/index.js +1 -1
- package/build/jokul.css +1 -1
- package/package.json +12 -1
- package/styles/components/checkbox/checkbox.css +4 -4
- package/styles/components/checkbox/checkbox.min.css +1 -1
- package/styles/components/checkbox-panel/checkbox-panel.css +2 -2
- package/styles/components/checkbox-panel/checkbox-panel.min.css +1 -1
- package/styles/components/countdown/countdown.css +2 -2
- package/styles/components/countdown/countdown.min.css +1 -1
- package/styles/components/feedback/feedback.css +2 -2
- package/styles/components/feedback/feedback.min.css +1 -1
- package/styles/components/file/_index.scss +3 -0
- package/styles/components/file/file.css +144 -0
- package/styles/components/file/file.min.css +1 -0
- package/styles/components/file/file.scss +164 -0
- package/styles/components/file-input/_index.scss +1 -0
- package/styles/components/file-input/file-input.css +511 -129
- package/styles/components/file-input/file-input.min.css +1 -1
- package/styles/components/file-input/file-input.scss +1 -1
- package/styles/components/input-group/input-group.css +2 -2
- package/styles/components/input-group/input-group.min.css +1 -1
- package/styles/components/loader/loader.css +6 -6
- package/styles/components/loader/loader.min.css +1 -1
- package/styles/components/loader/skeleton-loader.css +5 -5
- package/styles/components/loader/skeleton-loader.min.css +1 -1
- package/styles/components/message/message.css +2 -2
- package/styles/components/message/message.min.css +1 -1
- package/styles/components/progress-bar/progress-bar.css +1 -1
- package/styles/components/progress-bar/progress-bar.min.css +1 -1
- package/styles/components/radio-button/radio-button.css +2 -2
- package/styles/components/radio-button/radio-button.min.css +1 -1
- package/styles/components/radio-panel/radio-panel.css +2 -2
- package/styles/components/radio-panel/radio-panel.min.css +1 -1
- package/styles/components/system-message/system-message.css +2 -2
- package/styles/components/system-message/system-message.min.css +1 -1
- package/styles/components/toast/toast.css +4 -4
- package/styles/components/toast/toast.min.css +1 -1
- package/styles/styles.css +36 -36
- package/styles/styles.min.css +1 -1
- package/build/cjs/components/file-input/File.cjs +0 -2
- package/build/cjs/components/file-input/File.cjs.map +0 -1
- package/build/cjs/components/file-input/File.d.cts +0 -14
- package/build/cjs/components/file-input/internal/Thumbnail.cjs +0 -2
- package/build/cjs/components/file-input/internal/Thumbnail.cjs.map +0 -1
- package/build/cjs/components/file-input/internal/Thumbnail.d.cts +0 -11
- package/build/cjs/components/file-input/internal/validateFile.cjs +0 -2
- package/build/cjs/components/file-input/internal/validateFile.cjs.map +0 -1
- package/build/cjs/components/file-input/internal/validateFile.d.cts +0 -2
- package/build/cjs/components/file-input/stories/File.stories.cjs +0 -2
- package/build/cjs/components/file-input/stories/File.stories.cjs.map +0 -1
- package/build/cjs/components/file-input/stories/File.stories.d.cts +0 -17
- package/build/cjs/components/file-input/stories/FileInput.stories.d.cts +0 -13
- package/build/cjs/components/file-input/stories/fileBytes.cjs +0 -2
- package/build/cjs/components/file-input/stories/fileBytes.cjs.map +0 -1
- package/build/cjs/components/file-input/stories/fileBytes.d.cts +0 -2
- package/build/es/components/file-input/File.d.ts +0 -14
- package/build/es/components/file-input/File.js +0 -2
- package/build/es/components/file-input/File.js.map +0 -1
- package/build/es/components/file-input/internal/Thumbnail.d.ts +0 -11
- package/build/es/components/file-input/internal/Thumbnail.js +0 -2
- package/build/es/components/file-input/internal/Thumbnail.js.map +0 -1
- package/build/es/components/file-input/internal/validateFile.d.ts +0 -2
- package/build/es/components/file-input/internal/validateFile.js.map +0 -1
- package/build/es/components/file-input/stories/File.stories.d.ts +0 -17
- package/build/es/components/file-input/stories/File.stories.js +0 -2
- package/build/es/components/file-input/stories/File.stories.js.map +0 -1
- package/build/es/components/file-input/stories/FileInput.stories.d.ts +0 -13
- package/build/es/components/file-input/stories/fileBytes.d.ts +0 -2
- package/build/es/components/file-input/stories/fileBytes.js +0 -2
- package/build/es/components/file-input/stories/fileBytes.js.map +0 -1
- package/build/index-C4ABwKfA.js +0 -20
- package/build/index-C4ABwKfA.js.map +0 -1
- package/build/index-ZdY5zxEI.cjs +0 -20
- package/build/index-ZdY5zxEI.cjs.map +0 -1
- package/build/style.css +0 -1
- package/styles/components/file-input/_file.scss +0 -176
- package/styles/components/file-input/development/public/fonts/_index.scss +0 -1
- package/styles/components/file-input/development/public/fonts/webfonts.css +0 -108
- package/styles/components/file-input/development/public/fonts/webfonts.min.css +0 -1
- package/styles/components/file-input/development/public/fonts/webfonts.scss +0 -137
- package/styles/components/menu/development/public/fonts/_index.scss +0 -1
- package/styles/components/menu/development/public/fonts/webfonts.css +0 -108
- package/styles/components/menu/development/public/fonts/webfonts.min.css +0 -1
- package/styles/components/menu/development/public/fonts/webfonts.scss +0 -137
- package/styles/vind/_flex.scss +0 -113
- package/styles/vind/_font.scss +0 -19
- package/styles/vind/_index.scss +0 -1
- package/styles/vind/_margin.scss +0 -43
- package/styles/vind/_padding.scss +0 -43
- package/styles/vind/_space-between.scss +0 -13
- package/styles/vind/_typography.scss +0 -47
- package/styles/vind/vind.css +0 -1756
- package/styles/vind/vind.min.css +0 -1
- package/styles/vind/vind.scss +0 -6
|
@@ -1,176 +0,0 @@
|
|
|
1
|
-
@use "../../core/jkl";
|
|
2
|
-
@use "../../core/jkl/colors";
|
|
3
|
-
|
|
4
|
-
@include jkl.comfortable-density-variables {
|
|
5
|
-
--jkl-file-padding: #{jkl.$unit-30};
|
|
6
|
-
--jkl-file-thumbnail-size: #{jkl.$unit-80};
|
|
7
|
-
--jkl-file-gap: #{jkl.$unit-20};
|
|
8
|
-
--jkl-file-font-size: #{jkl.rem(20px)};
|
|
9
|
-
--jkl-file-line-height: #{jkl.$unit-40};
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
@include jkl.compact-density-variables {
|
|
13
|
-
--jkl-file-padding: #{jkl.$spacing-12};
|
|
14
|
-
--jkl-file-thumbnail-size: #{jkl.rem(44px)};
|
|
15
|
-
--jkl-file-gap: #{jkl.$unit-10};
|
|
16
|
-
--jkl-file-font-size: #{jkl.$unit-20};
|
|
17
|
-
--jkl-file-line-height: #{jkl.$unit-30};
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
.jkl-file {
|
|
21
|
-
--text-color: var(--jkl-color-text-default);
|
|
22
|
-
|
|
23
|
-
@include jkl.motion(
|
|
24
|
-
"standard",
|
|
25
|
-
"snappy",
|
|
26
|
-
background-color,
|
|
27
|
-
border-color,
|
|
28
|
-
color
|
|
29
|
-
);
|
|
30
|
-
|
|
31
|
-
color: var(--jkl-color-text-default);
|
|
32
|
-
margin: 0;
|
|
33
|
-
min-width: jkl.rem(240px);
|
|
34
|
-
|
|
35
|
-
display: flex;
|
|
36
|
-
flex-flow: nowrap row;
|
|
37
|
-
|
|
38
|
-
@include jkl.text-style("small");
|
|
39
|
-
@include jkl.reset-outline;
|
|
40
|
-
|
|
41
|
-
&__content {
|
|
42
|
-
display: flex;
|
|
43
|
-
flex-basis: 100%;
|
|
44
|
-
gap: 1em;
|
|
45
|
-
background-color: var(--jkl-color-background-container-high);
|
|
46
|
-
padding: var(--jkl-file-padding);
|
|
47
|
-
border-radius: jkl.rem(2px);
|
|
48
|
-
box-shadow: 0 0 5px 0 rgb(0 0 0 / 5%);
|
|
49
|
-
color: var(--text-color);
|
|
50
|
-
|
|
51
|
-
&--error {
|
|
52
|
-
background-color: var(--jkl-color-background-alert-error);
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
&--warning {
|
|
56
|
-
background-color: var(--jkl-color-background-alert-warning);
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
&--error,
|
|
60
|
-
&--warning {
|
|
61
|
-
--text-color: var(--jkl-color-text-on-alert);
|
|
62
|
-
|
|
63
|
-
.jkl-form-support-label {
|
|
64
|
-
--color: var(--jkl-color-text-on-alert);
|
|
65
|
-
}
|
|
66
|
-
}
|
|
67
|
-
}
|
|
68
|
-
|
|
69
|
-
&__content:not(div) {
|
|
70
|
-
cursor: pointer;
|
|
71
|
-
text-decoration: none;
|
|
72
|
-
color: var(--jkl-color-text-default);
|
|
73
|
-
|
|
74
|
-
&:hover ~ .jkl-file__description {
|
|
75
|
-
@include jkl.no-grow-bold;
|
|
76
|
-
}
|
|
77
|
-
|
|
78
|
-
&:focus-visible {
|
|
79
|
-
@include jkl.focus-outline($offset: 0);
|
|
80
|
-
}
|
|
81
|
-
|
|
82
|
-
@include jkl.forced-colors-mode {
|
|
83
|
-
outline: revert;
|
|
84
|
-
border: jkl.rem(2px) solid LinkText;
|
|
85
|
-
}
|
|
86
|
-
}
|
|
87
|
-
|
|
88
|
-
&__delete.jkl-icon-button {
|
|
89
|
-
padding: 0 var(--jkl-unit-30);
|
|
90
|
-
align-items: stretch;
|
|
91
|
-
|
|
92
|
-
@include jkl.reset-outline;
|
|
93
|
-
|
|
94
|
-
&:focus-visible {
|
|
95
|
-
@include jkl.focus-outline($offset: 0);
|
|
96
|
-
}
|
|
97
|
-
|
|
98
|
-
&:hover {
|
|
99
|
-
background-color: var(--jkl-color-background-interactive-hover);
|
|
100
|
-
}
|
|
101
|
-
}
|
|
102
|
-
|
|
103
|
-
&__thumbnail-wrapper {
|
|
104
|
-
position: relative;
|
|
105
|
-
|
|
106
|
-
& > :nth-child(2) {
|
|
107
|
-
position: absolute;
|
|
108
|
-
inset: 0;
|
|
109
|
-
margin: auto;
|
|
110
|
-
width: 80%;
|
|
111
|
-
}
|
|
112
|
-
}
|
|
113
|
-
|
|
114
|
-
&__thumbnail {
|
|
115
|
-
width: var(--jkl-file-thumbnail-size);
|
|
116
|
-
height: var(--jkl-file-thumbnail-size);
|
|
117
|
-
flex: 0 0 var(--jkl-file-thumbnail-size);
|
|
118
|
-
display: flex;
|
|
119
|
-
justify-content: center;
|
|
120
|
-
align-items: center;
|
|
121
|
-
object-fit: contain;
|
|
122
|
-
opacity: 1;
|
|
123
|
-
border-radius: jkl.rem(4px);
|
|
124
|
-
color: var(--jkl-color-text-subdued);
|
|
125
|
-
|
|
126
|
-
@include jkl.motion;
|
|
127
|
-
transition-property: opacity;
|
|
128
|
-
|
|
129
|
-
&--selected {
|
|
130
|
-
opacity: 0.7;
|
|
131
|
-
}
|
|
132
|
-
|
|
133
|
-
&--uploading {
|
|
134
|
-
opacity: 0.4;
|
|
135
|
-
}
|
|
136
|
-
}
|
|
137
|
-
|
|
138
|
-
&__thumbnail:not(img) {
|
|
139
|
-
background: var(--jkl-color-background-container-low);
|
|
140
|
-
}
|
|
141
|
-
|
|
142
|
-
&__file-info {
|
|
143
|
-
display: flex;
|
|
144
|
-
flex-direction: column;
|
|
145
|
-
flex: 1 1 auto;
|
|
146
|
-
overflow-wrap: break-word;
|
|
147
|
-
gap: var(--jkl-unit-10);
|
|
148
|
-
}
|
|
149
|
-
|
|
150
|
-
&__title {
|
|
151
|
-
@include jkl.text-style("heading-5");
|
|
152
|
-
overflow-wrap: anywhere;
|
|
153
|
-
}
|
|
154
|
-
|
|
155
|
-
&__name,
|
|
156
|
-
&__description {
|
|
157
|
-
font-size: var(--jkl-file-font-size);
|
|
158
|
-
line-height: var(--jkl-file-line-height);
|
|
159
|
-
}
|
|
160
|
-
|
|
161
|
-
&__name {
|
|
162
|
-
font-weight: #{jkl.$typography-weight-bold};
|
|
163
|
-
}
|
|
164
|
-
|
|
165
|
-
&__description {
|
|
166
|
-
display: flex;
|
|
167
|
-
flex-wrap: nowrap;
|
|
168
|
-
gap: jkl.$unit-15;
|
|
169
|
-
align-items: center;
|
|
170
|
-
justify-content: flex-start;
|
|
171
|
-
}
|
|
172
|
-
|
|
173
|
-
&__support-label {
|
|
174
|
-
margin: 0;
|
|
175
|
-
}
|
|
176
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
@forward "webfonts";
|
|
@@ -1,108 +0,0 @@
|
|
|
1
|
-
@font-face {
|
|
2
|
-
font-family: "Fremtind Grotesk";
|
|
3
|
-
font-display: fallback;
|
|
4
|
-
font-weight: 400;
|
|
5
|
-
font-style: normal;
|
|
6
|
-
src: url("/fonts/FremtindGrotesk-Regular-Web.woff2") format("woff2"), url("/fonts/FremtindGrotesk-Regular-Web.woff") format("woff");
|
|
7
|
-
}
|
|
8
|
-
@font-face {
|
|
9
|
-
font-family: "Adjusted Arial Fallback";
|
|
10
|
-
font-weight: 400;
|
|
11
|
-
font-style: normal;
|
|
12
|
-
src: local(arial);
|
|
13
|
-
size-adjust: 104%;
|
|
14
|
-
ascent-override: 82%;
|
|
15
|
-
descent-override: normal;
|
|
16
|
-
line-gap-override: 32%;
|
|
17
|
-
}
|
|
18
|
-
@font-face {
|
|
19
|
-
font-family: "Fremtind Grotesk";
|
|
20
|
-
font-display: fallback;
|
|
21
|
-
font-weight: 700;
|
|
22
|
-
font-style: normal;
|
|
23
|
-
src: url("/fonts/FremtindGrotesk-Bold-Web.woff2") format("woff2"), url("/fonts/FremtindGrotesk-Bold-Web.woff") format("woff");
|
|
24
|
-
}
|
|
25
|
-
@font-face {
|
|
26
|
-
font-family: "Adjusted Arial Fallback";
|
|
27
|
-
font-weight: 700;
|
|
28
|
-
font-style: normal;
|
|
29
|
-
src: local(arial);
|
|
30
|
-
size-adjust: 108%;
|
|
31
|
-
ascent-override: 83%;
|
|
32
|
-
descent-override: normal;
|
|
33
|
-
line-gap-override: 28%;
|
|
34
|
-
}
|
|
35
|
-
@font-face {
|
|
36
|
-
font-family: "Fremtind Grotesk";
|
|
37
|
-
font-display: fallback;
|
|
38
|
-
font-weight: 400;
|
|
39
|
-
font-style: italic;
|
|
40
|
-
src: url("/fonts/FremtindGrotesk-Italic-Web.woff2") format("woff2"), url("/fonts/FremtindGrotesk-Italic-Web.woff") format("woff");
|
|
41
|
-
}
|
|
42
|
-
@font-face {
|
|
43
|
-
font-family: "Adjusted Arial Fallback";
|
|
44
|
-
font-weight: 400;
|
|
45
|
-
font-style: italic;
|
|
46
|
-
src: local(arial);
|
|
47
|
-
size-adjust: 106%;
|
|
48
|
-
ascent-override: 83%;
|
|
49
|
-
descent-override: normal;
|
|
50
|
-
line-gap-override: 28%;
|
|
51
|
-
}
|
|
52
|
-
@font-face {
|
|
53
|
-
font-family: "Fremtind Grotesk";
|
|
54
|
-
font-display: fallback;
|
|
55
|
-
font-weight: 700;
|
|
56
|
-
font-style: italic;
|
|
57
|
-
src: url("/fonts/FremtindGrotesk-BoldItalic-Web.woff2") format("woff2"), url("/fonts/FremtindGrotesk-BoldItalic-Web.woff") format("woff");
|
|
58
|
-
}
|
|
59
|
-
@font-face {
|
|
60
|
-
font-family: "Adjusted Arial Fallback";
|
|
61
|
-
font-weight: 700;
|
|
62
|
-
font-style: italic;
|
|
63
|
-
src: local(arial);
|
|
64
|
-
size-adjust: 108%;
|
|
65
|
-
ascent-override: 83%;
|
|
66
|
-
descent-override: normal;
|
|
67
|
-
line-gap-override: 28%;
|
|
68
|
-
}
|
|
69
|
-
@font-face {
|
|
70
|
-
font-family: "Fremtind Grotesk Display";
|
|
71
|
-
font-display: fallback;
|
|
72
|
-
font-weight: 400;
|
|
73
|
-
font-style: normal;
|
|
74
|
-
src: url("/fonts/FremtindGrotesk-Display-Web.woff2") format("woff2"), url("/fonts/FremtindGrotesk-Display-Web.woff") format("woff");
|
|
75
|
-
}
|
|
76
|
-
@font-face {
|
|
77
|
-
font-family: "Adjusted Arial Display Fallback";
|
|
78
|
-
font-weight: 400;
|
|
79
|
-
font-style: normal;
|
|
80
|
-
src: local(arial);
|
|
81
|
-
size-adjust: 102%;
|
|
82
|
-
ascent-override: 76%;
|
|
83
|
-
descent-override: normal;
|
|
84
|
-
line-gap-override: 40%;
|
|
85
|
-
}
|
|
86
|
-
@font-face {
|
|
87
|
-
font-family: "Fremtind Grotesk Mono";
|
|
88
|
-
font-display: fallback;
|
|
89
|
-
font-weight: 400;
|
|
90
|
-
font-style: normal;
|
|
91
|
-
src: url("/fonts/FremtindGroteskMono-Regular-Web.woff2") format("woff2"), url("/fonts/FremtindGroteskMono-Regular-Web.woff") format("woff");
|
|
92
|
-
}
|
|
93
|
-
@font-face {
|
|
94
|
-
font-family: "Adjusted Courier New Fallback";
|
|
95
|
-
font-weight: 400;
|
|
96
|
-
font-style: normal;
|
|
97
|
-
src: local(courier new);
|
|
98
|
-
size-adjust: 100%;
|
|
99
|
-
ascent-override: 83%;
|
|
100
|
-
descent-override: normal;
|
|
101
|
-
line-gap-override: 27%;
|
|
102
|
-
}
|
|
103
|
-
@font-face {
|
|
104
|
-
font-family: "Fremtind Material Symbols";
|
|
105
|
-
font-weight: 300 500;
|
|
106
|
-
font-style: normal;
|
|
107
|
-
src: url("/fonts/Fremtind-Material-Symbols.woff2") format("woff2");
|
|
108
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
@font-face{font-display:fallback;font-family:Fremtind Grotesk;font-style:normal;font-weight:400;src:url(/fonts/FremtindGrotesk-Regular-Web.woff2) format("woff2"),url(/fonts/FremtindGrotesk-Regular-Web.woff) format("woff")}@font-face{ascent-override:82%;descent-override:normal;font-family:Adjusted Arial Fallback;font-style:normal;font-weight:400;line-gap-override:32%;size-adjust:104%;src:local(arial)}@font-face{font-display:fallback;font-family:Fremtind Grotesk;font-style:normal;font-weight:700;src:url(/fonts/FremtindGrotesk-Bold-Web.woff2) format("woff2"),url(/fonts/FremtindGrotesk-Bold-Web.woff) format("woff")}@font-face{ascent-override:83%;descent-override:normal;font-family:Adjusted Arial Fallback;font-style:normal;font-weight:700;line-gap-override:28%;size-adjust:108%;src:local(arial)}@font-face{font-display:fallback;font-family:Fremtind Grotesk;font-style:italic;font-weight:400;src:url(/fonts/FremtindGrotesk-Italic-Web.woff2) format("woff2"),url(/fonts/FremtindGrotesk-Italic-Web.woff) format("woff")}@font-face{ascent-override:83%;descent-override:normal;font-family:Adjusted Arial Fallback;font-style:italic;font-weight:400;line-gap-override:28%;size-adjust:106%;src:local(arial)}@font-face{font-display:fallback;font-family:Fremtind Grotesk;font-style:italic;font-weight:700;src:url(/fonts/FremtindGrotesk-BoldItalic-Web.woff2) format("woff2"),url(/fonts/FremtindGrotesk-BoldItalic-Web.woff) format("woff")}@font-face{ascent-override:83%;descent-override:normal;font-family:Adjusted Arial Fallback;font-style:italic;font-weight:700;line-gap-override:28%;size-adjust:108%;src:local(arial)}@font-face{font-display:fallback;font-family:Fremtind Grotesk Display;font-style:normal;font-weight:400;src:url(/fonts/FremtindGrotesk-Display-Web.woff2) format("woff2"),url(/fonts/FremtindGrotesk-Display-Web.woff) format("woff")}@font-face{ascent-override:76%;descent-override:normal;font-family:Adjusted Arial Display Fallback;font-style:normal;font-weight:400;line-gap-override:40%;size-adjust:102%;src:local(arial)}@font-face{font-display:fallback;font-family:Fremtind Grotesk Mono;font-style:normal;font-weight:400;src:url(/fonts/FremtindGroteskMono-Regular-Web.woff2) format("woff2"),url(/fonts/FremtindGroteskMono-Regular-Web.woff) format("woff")}@font-face{ascent-override:83%;descent-override:normal;font-family:Adjusted Courier New Fallback;font-style:normal;font-weight:400;line-gap-override:27%;size-adjust:100%;src:local(courier new)}@font-face{font-family:Fremtind Material Symbols;font-style:normal;font-weight:300 500;src:url(/fonts/Fremtind-Material-Symbols.woff2) format("woff2")}
|
|
@@ -1,137 +0,0 @@
|
|
|
1
|
-
@charset "UTF-8";
|
|
2
|
-
|
|
3
|
-
$webfonts-dir: "/fonts" !default;
|
|
4
|
-
|
|
5
|
-
@font-face {
|
|
6
|
-
font-family: "Fremtind Grotesk";
|
|
7
|
-
font-display: fallback;
|
|
8
|
-
font-weight: 400;
|
|
9
|
-
font-style: normal;
|
|
10
|
-
src: url("#{$webfonts-dir}/FremtindGrotesk-Regular-Web.woff2")
|
|
11
|
-
format("woff2"),
|
|
12
|
-
url("#{$webfonts-dir}/FremtindGrotesk-Regular-Web.woff") format("woff");
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
@font-face {
|
|
16
|
-
font-family: "Adjusted Arial Fallback";
|
|
17
|
-
font-weight: 400;
|
|
18
|
-
font-style: normal;
|
|
19
|
-
src: local(arial);
|
|
20
|
-
size-adjust: 104%;
|
|
21
|
-
ascent-override: 82%;
|
|
22
|
-
descent-override: normal;
|
|
23
|
-
line-gap-override: 32%;
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
@font-face {
|
|
27
|
-
font-family: "Fremtind Grotesk";
|
|
28
|
-
font-display: fallback;
|
|
29
|
-
font-weight: 700;
|
|
30
|
-
font-style: normal;
|
|
31
|
-
src: url("#{$webfonts-dir}/FremtindGrotesk-Bold-Web.woff2") format("woff2"),
|
|
32
|
-
url("#{$webfonts-dir}/FremtindGrotesk-Bold-Web.woff") format("woff");
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
@font-face {
|
|
36
|
-
font-family: "Adjusted Arial Fallback";
|
|
37
|
-
font-weight: 700;
|
|
38
|
-
font-style: normal;
|
|
39
|
-
src: local(arial);
|
|
40
|
-
size-adjust: 108%;
|
|
41
|
-
ascent-override: 83%;
|
|
42
|
-
descent-override: normal;
|
|
43
|
-
line-gap-override: 28%;
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
@font-face {
|
|
47
|
-
font-family: "Fremtind Grotesk";
|
|
48
|
-
font-display: fallback;
|
|
49
|
-
font-weight: 400;
|
|
50
|
-
font-style: italic;
|
|
51
|
-
src: url("#{$webfonts-dir}/FremtindGrotesk-Italic-Web.woff2")
|
|
52
|
-
format("woff2"),
|
|
53
|
-
url("#{$webfonts-dir}/FremtindGrotesk-Italic-Web.woff") format("woff");
|
|
54
|
-
}
|
|
55
|
-
|
|
56
|
-
@font-face {
|
|
57
|
-
font-family: "Adjusted Arial Fallback";
|
|
58
|
-
font-weight: 400;
|
|
59
|
-
font-style: italic;
|
|
60
|
-
src: local(arial);
|
|
61
|
-
size-adjust: 106%;
|
|
62
|
-
ascent-override: 83%;
|
|
63
|
-
descent-override: normal;
|
|
64
|
-
line-gap-override: 28%;
|
|
65
|
-
}
|
|
66
|
-
|
|
67
|
-
@font-face {
|
|
68
|
-
font-family: "Fremtind Grotesk";
|
|
69
|
-
font-display: fallback;
|
|
70
|
-
font-weight: 700;
|
|
71
|
-
font-style: italic;
|
|
72
|
-
src: url("#{$webfonts-dir}/FremtindGrotesk-BoldItalic-Web.woff2")
|
|
73
|
-
format("woff2"),
|
|
74
|
-
url("#{$webfonts-dir}/FremtindGrotesk-BoldItalic-Web.woff")
|
|
75
|
-
format("woff");
|
|
76
|
-
}
|
|
77
|
-
|
|
78
|
-
@font-face {
|
|
79
|
-
font-family: "Adjusted Arial Fallback";
|
|
80
|
-
font-weight: 700;
|
|
81
|
-
font-style: italic;
|
|
82
|
-
src: local(arial);
|
|
83
|
-
size-adjust: 108%;
|
|
84
|
-
ascent-override: 83%;
|
|
85
|
-
descent-override: normal;
|
|
86
|
-
line-gap-override: 28%;
|
|
87
|
-
}
|
|
88
|
-
|
|
89
|
-
@font-face {
|
|
90
|
-
font-family: "Fremtind Grotesk Display";
|
|
91
|
-
font-display: fallback;
|
|
92
|
-
font-weight: 400;
|
|
93
|
-
font-style: normal;
|
|
94
|
-
src: url("#{$webfonts-dir}/FremtindGrotesk-Display-Web.woff2")
|
|
95
|
-
format("woff2"),
|
|
96
|
-
url("#{$webfonts-dir}/FremtindGrotesk-Display-Web.woff") format("woff");
|
|
97
|
-
}
|
|
98
|
-
|
|
99
|
-
@font-face {
|
|
100
|
-
font-family: "Adjusted Arial Display Fallback";
|
|
101
|
-
font-weight: 400;
|
|
102
|
-
font-style: normal;
|
|
103
|
-
src: local(arial);
|
|
104
|
-
size-adjust: 102%;
|
|
105
|
-
ascent-override: 76%;
|
|
106
|
-
descent-override: normal;
|
|
107
|
-
line-gap-override: 40%;
|
|
108
|
-
}
|
|
109
|
-
|
|
110
|
-
@font-face {
|
|
111
|
-
font-family: "Fremtind Grotesk Mono";
|
|
112
|
-
font-display: fallback;
|
|
113
|
-
font-weight: 400;
|
|
114
|
-
font-style: normal;
|
|
115
|
-
src: url("#{$webfonts-dir}/FremtindGroteskMono-Regular-Web.woff2")
|
|
116
|
-
format("woff2"),
|
|
117
|
-
url("#{$webfonts-dir}/FremtindGroteskMono-Regular-Web.woff")
|
|
118
|
-
format("woff");
|
|
119
|
-
}
|
|
120
|
-
|
|
121
|
-
@font-face {
|
|
122
|
-
font-family: "Adjusted Courier New Fallback";
|
|
123
|
-
font-weight: 400;
|
|
124
|
-
font-style: normal;
|
|
125
|
-
src: local(courier new);
|
|
126
|
-
size-adjust: 100%;
|
|
127
|
-
ascent-override: 83%;
|
|
128
|
-
descent-override: normal;
|
|
129
|
-
line-gap-override: 27%;
|
|
130
|
-
}
|
|
131
|
-
|
|
132
|
-
@font-face {
|
|
133
|
-
font-family: "Fremtind Material Symbols";
|
|
134
|
-
font-weight: 300 500;
|
|
135
|
-
font-style: normal;
|
|
136
|
-
src: url("#{$webfonts-dir}/Fremtind-Material-Symbols.woff2") format("woff2");
|
|
137
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
@forward "webfonts";
|
|
@@ -1,108 +0,0 @@
|
|
|
1
|
-
@font-face {
|
|
2
|
-
font-family: "Fremtind Grotesk";
|
|
3
|
-
font-display: fallback;
|
|
4
|
-
font-weight: 400;
|
|
5
|
-
font-style: normal;
|
|
6
|
-
src: url("/fonts/FremtindGrotesk-Regular-Web.woff2") format("woff2"), url("/fonts/FremtindGrotesk-Regular-Web.woff") format("woff");
|
|
7
|
-
}
|
|
8
|
-
@font-face {
|
|
9
|
-
font-family: "Adjusted Arial Fallback";
|
|
10
|
-
font-weight: 400;
|
|
11
|
-
font-style: normal;
|
|
12
|
-
src: local(arial);
|
|
13
|
-
size-adjust: 104%;
|
|
14
|
-
ascent-override: 82%;
|
|
15
|
-
descent-override: normal;
|
|
16
|
-
line-gap-override: 32%;
|
|
17
|
-
}
|
|
18
|
-
@font-face {
|
|
19
|
-
font-family: "Fremtind Grotesk";
|
|
20
|
-
font-display: fallback;
|
|
21
|
-
font-weight: 700;
|
|
22
|
-
font-style: normal;
|
|
23
|
-
src: url("/fonts/FremtindGrotesk-Bold-Web.woff2") format("woff2"), url("/fonts/FremtindGrotesk-Bold-Web.woff") format("woff");
|
|
24
|
-
}
|
|
25
|
-
@font-face {
|
|
26
|
-
font-family: "Adjusted Arial Fallback";
|
|
27
|
-
font-weight: 700;
|
|
28
|
-
font-style: normal;
|
|
29
|
-
src: local(arial);
|
|
30
|
-
size-adjust: 108%;
|
|
31
|
-
ascent-override: 83%;
|
|
32
|
-
descent-override: normal;
|
|
33
|
-
line-gap-override: 28%;
|
|
34
|
-
}
|
|
35
|
-
@font-face {
|
|
36
|
-
font-family: "Fremtind Grotesk";
|
|
37
|
-
font-display: fallback;
|
|
38
|
-
font-weight: 400;
|
|
39
|
-
font-style: italic;
|
|
40
|
-
src: url("/fonts/FremtindGrotesk-Italic-Web.woff2") format("woff2"), url("/fonts/FremtindGrotesk-Italic-Web.woff") format("woff");
|
|
41
|
-
}
|
|
42
|
-
@font-face {
|
|
43
|
-
font-family: "Adjusted Arial Fallback";
|
|
44
|
-
font-weight: 400;
|
|
45
|
-
font-style: italic;
|
|
46
|
-
src: local(arial);
|
|
47
|
-
size-adjust: 106%;
|
|
48
|
-
ascent-override: 83%;
|
|
49
|
-
descent-override: normal;
|
|
50
|
-
line-gap-override: 28%;
|
|
51
|
-
}
|
|
52
|
-
@font-face {
|
|
53
|
-
font-family: "Fremtind Grotesk";
|
|
54
|
-
font-display: fallback;
|
|
55
|
-
font-weight: 700;
|
|
56
|
-
font-style: italic;
|
|
57
|
-
src: url("/fonts/FremtindGrotesk-BoldItalic-Web.woff2") format("woff2"), url("/fonts/FremtindGrotesk-BoldItalic-Web.woff") format("woff");
|
|
58
|
-
}
|
|
59
|
-
@font-face {
|
|
60
|
-
font-family: "Adjusted Arial Fallback";
|
|
61
|
-
font-weight: 700;
|
|
62
|
-
font-style: italic;
|
|
63
|
-
src: local(arial);
|
|
64
|
-
size-adjust: 108%;
|
|
65
|
-
ascent-override: 83%;
|
|
66
|
-
descent-override: normal;
|
|
67
|
-
line-gap-override: 28%;
|
|
68
|
-
}
|
|
69
|
-
@font-face {
|
|
70
|
-
font-family: "Fremtind Grotesk Display";
|
|
71
|
-
font-display: fallback;
|
|
72
|
-
font-weight: 400;
|
|
73
|
-
font-style: normal;
|
|
74
|
-
src: url("/fonts/FremtindGrotesk-Display-Web.woff2") format("woff2"), url("/fonts/FremtindGrotesk-Display-Web.woff") format("woff");
|
|
75
|
-
}
|
|
76
|
-
@font-face {
|
|
77
|
-
font-family: "Adjusted Arial Display Fallback";
|
|
78
|
-
font-weight: 400;
|
|
79
|
-
font-style: normal;
|
|
80
|
-
src: local(arial);
|
|
81
|
-
size-adjust: 102%;
|
|
82
|
-
ascent-override: 76%;
|
|
83
|
-
descent-override: normal;
|
|
84
|
-
line-gap-override: 40%;
|
|
85
|
-
}
|
|
86
|
-
@font-face {
|
|
87
|
-
font-family: "Fremtind Grotesk Mono";
|
|
88
|
-
font-display: fallback;
|
|
89
|
-
font-weight: 400;
|
|
90
|
-
font-style: normal;
|
|
91
|
-
src: url("/fonts/FremtindGroteskMono-Regular-Web.woff2") format("woff2"), url("/fonts/FremtindGroteskMono-Regular-Web.woff") format("woff");
|
|
92
|
-
}
|
|
93
|
-
@font-face {
|
|
94
|
-
font-family: "Adjusted Courier New Fallback";
|
|
95
|
-
font-weight: 400;
|
|
96
|
-
font-style: normal;
|
|
97
|
-
src: local(courier new);
|
|
98
|
-
size-adjust: 100%;
|
|
99
|
-
ascent-override: 83%;
|
|
100
|
-
descent-override: normal;
|
|
101
|
-
line-gap-override: 27%;
|
|
102
|
-
}
|
|
103
|
-
@font-face {
|
|
104
|
-
font-family: "Fremtind Material Symbols";
|
|
105
|
-
font-weight: 300 500;
|
|
106
|
-
font-style: normal;
|
|
107
|
-
src: url("/fonts/Fremtind-Material-Symbols.woff2") format("woff2");
|
|
108
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
@font-face{font-display:fallback;font-family:Fremtind Grotesk;font-style:normal;font-weight:400;src:url(/fonts/FremtindGrotesk-Regular-Web.woff2) format("woff2"),url(/fonts/FremtindGrotesk-Regular-Web.woff) format("woff")}@font-face{ascent-override:82%;descent-override:normal;font-family:Adjusted Arial Fallback;font-style:normal;font-weight:400;line-gap-override:32%;size-adjust:104%;src:local(arial)}@font-face{font-display:fallback;font-family:Fremtind Grotesk;font-style:normal;font-weight:700;src:url(/fonts/FremtindGrotesk-Bold-Web.woff2) format("woff2"),url(/fonts/FremtindGrotesk-Bold-Web.woff) format("woff")}@font-face{ascent-override:83%;descent-override:normal;font-family:Adjusted Arial Fallback;font-style:normal;font-weight:700;line-gap-override:28%;size-adjust:108%;src:local(arial)}@font-face{font-display:fallback;font-family:Fremtind Grotesk;font-style:italic;font-weight:400;src:url(/fonts/FremtindGrotesk-Italic-Web.woff2) format("woff2"),url(/fonts/FremtindGrotesk-Italic-Web.woff) format("woff")}@font-face{ascent-override:83%;descent-override:normal;font-family:Adjusted Arial Fallback;font-style:italic;font-weight:400;line-gap-override:28%;size-adjust:106%;src:local(arial)}@font-face{font-display:fallback;font-family:Fremtind Grotesk;font-style:italic;font-weight:700;src:url(/fonts/FremtindGrotesk-BoldItalic-Web.woff2) format("woff2"),url(/fonts/FremtindGrotesk-BoldItalic-Web.woff) format("woff")}@font-face{ascent-override:83%;descent-override:normal;font-family:Adjusted Arial Fallback;font-style:italic;font-weight:700;line-gap-override:28%;size-adjust:108%;src:local(arial)}@font-face{font-display:fallback;font-family:Fremtind Grotesk Display;font-style:normal;font-weight:400;src:url(/fonts/FremtindGrotesk-Display-Web.woff2) format("woff2"),url(/fonts/FremtindGrotesk-Display-Web.woff) format("woff")}@font-face{ascent-override:76%;descent-override:normal;font-family:Adjusted Arial Display Fallback;font-style:normal;font-weight:400;line-gap-override:40%;size-adjust:102%;src:local(arial)}@font-face{font-display:fallback;font-family:Fremtind Grotesk Mono;font-style:normal;font-weight:400;src:url(/fonts/FremtindGroteskMono-Regular-Web.woff2) format("woff2"),url(/fonts/FremtindGroteskMono-Regular-Web.woff) format("woff")}@font-face{ascent-override:83%;descent-override:normal;font-family:Adjusted Courier New Fallback;font-style:normal;font-weight:400;line-gap-override:27%;size-adjust:100%;src:local(courier new)}@font-face{font-family:Fremtind Material Symbols;font-style:normal;font-weight:300 500;src:url(/fonts/Fremtind-Material-Symbols.woff2) format("woff2")}
|
|
@@ -1,137 +0,0 @@
|
|
|
1
|
-
@charset "UTF-8";
|
|
2
|
-
|
|
3
|
-
$webfonts-dir: "/fonts" !default;
|
|
4
|
-
|
|
5
|
-
@font-face {
|
|
6
|
-
font-family: "Fremtind Grotesk";
|
|
7
|
-
font-display: fallback;
|
|
8
|
-
font-weight: 400;
|
|
9
|
-
font-style: normal;
|
|
10
|
-
src: url("#{$webfonts-dir}/FremtindGrotesk-Regular-Web.woff2")
|
|
11
|
-
format("woff2"),
|
|
12
|
-
url("#{$webfonts-dir}/FremtindGrotesk-Regular-Web.woff") format("woff");
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
@font-face {
|
|
16
|
-
font-family: "Adjusted Arial Fallback";
|
|
17
|
-
font-weight: 400;
|
|
18
|
-
font-style: normal;
|
|
19
|
-
src: local(arial);
|
|
20
|
-
size-adjust: 104%;
|
|
21
|
-
ascent-override: 82%;
|
|
22
|
-
descent-override: normal;
|
|
23
|
-
line-gap-override: 32%;
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
@font-face {
|
|
27
|
-
font-family: "Fremtind Grotesk";
|
|
28
|
-
font-display: fallback;
|
|
29
|
-
font-weight: 700;
|
|
30
|
-
font-style: normal;
|
|
31
|
-
src: url("#{$webfonts-dir}/FremtindGrotesk-Bold-Web.woff2") format("woff2"),
|
|
32
|
-
url("#{$webfonts-dir}/FremtindGrotesk-Bold-Web.woff") format("woff");
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
@font-face {
|
|
36
|
-
font-family: "Adjusted Arial Fallback";
|
|
37
|
-
font-weight: 700;
|
|
38
|
-
font-style: normal;
|
|
39
|
-
src: local(arial);
|
|
40
|
-
size-adjust: 108%;
|
|
41
|
-
ascent-override: 83%;
|
|
42
|
-
descent-override: normal;
|
|
43
|
-
line-gap-override: 28%;
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
@font-face {
|
|
47
|
-
font-family: "Fremtind Grotesk";
|
|
48
|
-
font-display: fallback;
|
|
49
|
-
font-weight: 400;
|
|
50
|
-
font-style: italic;
|
|
51
|
-
src: url("#{$webfonts-dir}/FremtindGrotesk-Italic-Web.woff2")
|
|
52
|
-
format("woff2"),
|
|
53
|
-
url("#{$webfonts-dir}/FremtindGrotesk-Italic-Web.woff") format("woff");
|
|
54
|
-
}
|
|
55
|
-
|
|
56
|
-
@font-face {
|
|
57
|
-
font-family: "Adjusted Arial Fallback";
|
|
58
|
-
font-weight: 400;
|
|
59
|
-
font-style: italic;
|
|
60
|
-
src: local(arial);
|
|
61
|
-
size-adjust: 106%;
|
|
62
|
-
ascent-override: 83%;
|
|
63
|
-
descent-override: normal;
|
|
64
|
-
line-gap-override: 28%;
|
|
65
|
-
}
|
|
66
|
-
|
|
67
|
-
@font-face {
|
|
68
|
-
font-family: "Fremtind Grotesk";
|
|
69
|
-
font-display: fallback;
|
|
70
|
-
font-weight: 700;
|
|
71
|
-
font-style: italic;
|
|
72
|
-
src: url("#{$webfonts-dir}/FremtindGrotesk-BoldItalic-Web.woff2")
|
|
73
|
-
format("woff2"),
|
|
74
|
-
url("#{$webfonts-dir}/FremtindGrotesk-BoldItalic-Web.woff")
|
|
75
|
-
format("woff");
|
|
76
|
-
}
|
|
77
|
-
|
|
78
|
-
@font-face {
|
|
79
|
-
font-family: "Adjusted Arial Fallback";
|
|
80
|
-
font-weight: 700;
|
|
81
|
-
font-style: italic;
|
|
82
|
-
src: local(arial);
|
|
83
|
-
size-adjust: 108%;
|
|
84
|
-
ascent-override: 83%;
|
|
85
|
-
descent-override: normal;
|
|
86
|
-
line-gap-override: 28%;
|
|
87
|
-
}
|
|
88
|
-
|
|
89
|
-
@font-face {
|
|
90
|
-
font-family: "Fremtind Grotesk Display";
|
|
91
|
-
font-display: fallback;
|
|
92
|
-
font-weight: 400;
|
|
93
|
-
font-style: normal;
|
|
94
|
-
src: url("#{$webfonts-dir}/FremtindGrotesk-Display-Web.woff2")
|
|
95
|
-
format("woff2"),
|
|
96
|
-
url("#{$webfonts-dir}/FremtindGrotesk-Display-Web.woff") format("woff");
|
|
97
|
-
}
|
|
98
|
-
|
|
99
|
-
@font-face {
|
|
100
|
-
font-family: "Adjusted Arial Display Fallback";
|
|
101
|
-
font-weight: 400;
|
|
102
|
-
font-style: normal;
|
|
103
|
-
src: local(arial);
|
|
104
|
-
size-adjust: 102%;
|
|
105
|
-
ascent-override: 76%;
|
|
106
|
-
descent-override: normal;
|
|
107
|
-
line-gap-override: 40%;
|
|
108
|
-
}
|
|
109
|
-
|
|
110
|
-
@font-face {
|
|
111
|
-
font-family: "Fremtind Grotesk Mono";
|
|
112
|
-
font-display: fallback;
|
|
113
|
-
font-weight: 400;
|
|
114
|
-
font-style: normal;
|
|
115
|
-
src: url("#{$webfonts-dir}/FremtindGroteskMono-Regular-Web.woff2")
|
|
116
|
-
format("woff2"),
|
|
117
|
-
url("#{$webfonts-dir}/FremtindGroteskMono-Regular-Web.woff")
|
|
118
|
-
format("woff");
|
|
119
|
-
}
|
|
120
|
-
|
|
121
|
-
@font-face {
|
|
122
|
-
font-family: "Adjusted Courier New Fallback";
|
|
123
|
-
font-weight: 400;
|
|
124
|
-
font-style: normal;
|
|
125
|
-
src: local(courier new);
|
|
126
|
-
size-adjust: 100%;
|
|
127
|
-
ascent-override: 83%;
|
|
128
|
-
descent-override: normal;
|
|
129
|
-
line-gap-override: 27%;
|
|
130
|
-
}
|
|
131
|
-
|
|
132
|
-
@font-face {
|
|
133
|
-
font-family: "Fremtind Material Symbols";
|
|
134
|
-
font-weight: 300 500;
|
|
135
|
-
font-style: normal;
|
|
136
|
-
src: url("#{$webfonts-dir}/Fremtind-Material-Symbols.woff2") format("woff2");
|
|
137
|
-
}
|