Skip to content

Commit 068450c

Browse files
committed
Merge branch 'main' into dbux-3
2 parents f373eaf + aca57e2 commit 068450c

File tree

4 files changed

+30
-9
lines changed

4 files changed

+30
-9
lines changed

.pa11yci

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
"http://127.0.0.1:8080/patterns/areas-footer/index.html",
3131
"http://127.0.0.1:8080/patterns/areas-grid/index.html",
3232
"http://127.0.0.1:8080/patterns/areas-header-header/areas-header-header.rendered.html",
33-
"http://127.0.0.1:8080/patterns/areas-header-header/areas-header-header.rendered.html",
3433
"http://127.0.0.1:8080/patterns/pages-intro/pages-intro.rendered.html",
3534
"http://127.0.0.1:8080/patterns/pages-sample-page/pages-sample-page.rendered.html"
3635
]

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
"stylelint-config-prettier": "^9.0.4",
9898
"stylelint-config-sass-guidelines": "^9.0.1",
9999
"validate-branch-name": "^1.3.0",
100-
"xo": "^0.53.0"
100+
"xo": "^0.53.1"
101101
},
102102
"repository": {
103103
"type": "git",

source/_patterns/00-base/type/_fonts.variables.scss

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@ $font-families: (
99
"font-style": normal,
1010
"font-local": true
1111
),
12+
"DB Screen Head Regular": (
13+
"font-family": "DB Screen Head",
14+
"font-filename": "dbscreenhead-regular",
15+
// normal font weight
16+
"font-weight": 400,
17+
"font-style": normal,
18+
"font-local": true
19+
),
1220
"DB Screen Head Black": (
1321
"font-family": "DB Screen Head",
1422
"font-filename": "dbscreenhead-black",
@@ -33,6 +41,20 @@ $font-families: (
3341
"font-style": normal,
3442
"font-local": true
3543
),
44+
"DB Screen Sans Medium": (
45+
"font-family": "DB Screen Sans",
46+
"font-filename": "dbscreensans-medium",
47+
"font-weight": 500,
48+
"font-style": normal,
49+
"font-local": true
50+
),
51+
"DB Screen Sans Semibold": (
52+
"font-family": "DB Screen Sans",
53+
"font-filename": "dbscreensans-semibold",
54+
"font-weight": 600,
55+
"font-style": normal,
56+
"font-local": true
57+
),
3658
"DB Screen Sans Bold": (
3759
"font-family": "DB Screen Sans",
3860
"font-filename": "dbscreensans-bold",

0 commit comments

Comments
 (0)