Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 15 additions & 16 deletions source/_patterns/00-base/type/_fonts.variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,22 +25,21 @@ $font-families: (
"font-style": normal,
"font-local": true
),
// "DB Screen Sans Digital Regular": (
// "font-family": "DB Screen Sans Digital Regular",
// "font-filename": "dbscreensans-digitalregular",
// // normal font weight
// "font-weight": 400,
// "font-style": normal
// ),
"DB Screen Sans Regular":
(
"font-family": "DB Screen Sans",
"font-filename": "dbscreensans-regular",
// normal font weight
"font-weight": 400,
"font-style": normal,
"font-local": true
),
"DB Screen Sans Digital Regular": (
"font-family": "DB Screen Sans Digital Regular",
"font-filename": "dbscreensans-digitalregular",
// normal font weight
"font-weight": 400,
"font-style": normal
),
"DB Screen Sans Regular": (
"font-family": "DB Screen Sans",
"font-filename": "dbscreensans-regular",
// normal font weight
"font-weight": 400,
"font-style": normal,
"font-local": true
),
"DB Screen Sans Medium": (
"font-family": "DB Screen Sans",
"font-filename": "dbscreensans-medium",
Expand Down