@oslokommune/punkt-css 6.0.3 → 6.0.5
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/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,29 @@ og skriver commits ca etter [Conventional Commits](https://conventionalcommits.o
|
|
|
5
5
|
|
|
6
6
|
---
|
|
7
7
|
|
|
8
|
+
## [6.0.5](https://github.com/oslokommune/punkt/compare/6.0.4...6.0.5) (2023-08-31)
|
|
9
|
+
|
|
10
|
+
### ⚠ BREAKING CHANGES
|
|
11
|
+
Ingen
|
|
12
|
+
|
|
13
|
+
### Features
|
|
14
|
+
Ingen
|
|
15
|
+
|
|
16
|
+
### Bug Fixes
|
|
17
|
+
* [1071](https://github.com/oslokommune/punkt/issues/1071) Fiks fontpath. For at fontene skal få riktig filsti i CDN går vi tilbake til at fontene finnes i Punkt-css, i tillegg til Punkt-assets.
|
|
18
|
+
|
|
19
|
+
Om du vil overstyre stien til fontene (rammeverkspesifikt) */
|
|
20
|
+
@use '@oslokommune/punkt-css/dist/scss/abstracts/variables' with (
|
|
21
|
+
$font-path: '@oslokommune/punkt-assets/dist'
|
|
22
|
+
);
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
### Chores
|
|
26
|
+
Ingen
|
|
27
|
+
|
|
28
|
+
---
|
|
29
|
+
|
|
30
|
+
|
|
8
31
|
## [6.0.3](https://github.com/oslokommune/punkt/compare/6.0.2...6.0.3) (2023-08-30)
|
|
9
32
|
|
|
10
33
|
### ⚠ BREAKING CHANGES
|
package/dist/css/pkt-base.css
CHANGED
|
@@ -7,42 +7,42 @@
|
|
|
7
7
|
font-family: Oslo Sans;
|
|
8
8
|
font-style: normal;
|
|
9
9
|
font-weight: 400;
|
|
10
|
-
src: url("
|
|
10
|
+
src: url("../fonts/OsloSans-Regular.woff2") format("woff2"), url("../fonts/OsloSans-Regular.woff") format("woff");
|
|
11
11
|
}
|
|
12
12
|
@font-face {
|
|
13
13
|
font-display: swap;
|
|
14
14
|
font-family: Oslo Sans;
|
|
15
15
|
font-style: italic;
|
|
16
16
|
font-weight: 400;
|
|
17
|
-
src: url("
|
|
17
|
+
src: url("../fonts/OsloSans-RegularItalic.woff2") format("woff2"), url("../fonts/OsloSans-RegularItalic.woff") format("woff");
|
|
18
18
|
}
|
|
19
19
|
@font-face {
|
|
20
20
|
font-display: swap;
|
|
21
21
|
font-family: Oslo Sans;
|
|
22
22
|
font-style: normal;
|
|
23
23
|
font-weight: 300;
|
|
24
|
-
src: url("
|
|
24
|
+
src: url("../fonts/OsloSans-Light.woff2") format("woff2"), url("../fonts/OsloSans-Light.woff") format("woff");
|
|
25
25
|
}
|
|
26
26
|
@font-face {
|
|
27
27
|
font-display: swap;
|
|
28
28
|
font-family: Oslo Sans;
|
|
29
29
|
font-style: normal;
|
|
30
30
|
font-weight: 500;
|
|
31
|
-
src: url("
|
|
31
|
+
src: url("../fonts/OsloSans-Medium.woff2") format("woff2"), url("../fonts/OsloSans-Medium.woff") format("woff");
|
|
32
32
|
}
|
|
33
33
|
@font-face {
|
|
34
34
|
font-display: swap;
|
|
35
35
|
font-family: Oslo Sans;
|
|
36
36
|
font-style: normal;
|
|
37
37
|
font-weight: 700;
|
|
38
|
-
src: url("
|
|
38
|
+
src: url("../fonts/OsloSans-Bold.woff2") format("woff2"), url("../fonts/OsloSans-Bold.woff") format("woff");
|
|
39
39
|
}
|
|
40
40
|
@font-face {
|
|
41
41
|
font-display: swap;
|
|
42
42
|
font-family: Oslo Icons;
|
|
43
43
|
font-style: normal;
|
|
44
44
|
font-weight: 400;
|
|
45
|
-
src: url("
|
|
45
|
+
src: url("../fonts/OsloIcons.woff2") format("woff2"), url("../fonts/OsloIcons.woff") format("woff");
|
|
46
46
|
}
|
|
47
47
|
/*
|
|
48
48
|
* Colors
|