Skip to content

Commit 2d9b2ae

Browse files
authored
refactor: added DB Screen Sans Digital Regular (#336)
to the stack of files that are possible to get referenced
1 parent 13b5e2f commit 2d9b2ae

File tree

1 file changed

+15
-16
lines changed

1 file changed

+15
-16
lines changed

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

Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -25,22 +25,21 @@ $font-families: (
2525
"font-style": normal,
2626
"font-local": true
2727
),
28-
// "DB Screen Sans Digital Regular": (
29-
// "font-family": "DB Screen Sans Digital Regular",
30-
// "font-filename": "dbscreensans-digitalregular",
31-
// // normal font weight
32-
// "font-weight": 400,
33-
// "font-style": normal
34-
// ),
35-
"DB Screen Sans Regular":
36-
(
37-
"font-family": "DB Screen Sans",
38-
"font-filename": "dbscreensans-regular",
39-
// normal font weight
40-
"font-weight": 400,
41-
"font-style": normal,
42-
"font-local": true
43-
),
28+
"DB Screen Sans Digital Regular": (
29+
"font-family": "DB Screen Sans Digital Regular",
30+
"font-filename": "dbscreensans-digitalregular",
31+
// normal font weight
32+
"font-weight": 400,
33+
"font-style": normal
34+
),
35+
"DB Screen Sans Regular": (
36+
"font-family": "DB Screen Sans",
37+
"font-filename": "dbscreensans-regular",
38+
// normal font weight
39+
"font-weight": 400,
40+
"font-style": normal,
41+
"font-local": true
42+
),
4443
"DB Screen Sans Medium": (
4544
"font-family": "DB Screen Sans",
4645
"font-filename": "dbscreensans-medium",

0 commit comments

Comments
 (0)