Skip to content

Commit 37c82ab

Browse files
authored
refactor: added DB Screen Sans Digital Regular font (#275)
1 parent 38f2891 commit 37c82ab

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

tokens/asset/font.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,17 @@
2121
"fontweight": { "value": "300" },
2222
"woff": { "value": "assets/fonts/dbscreenhead-light.woff" },
2323
"woff2": { "value": "assets/fonts/dbscreenhead-light.woff2" }
24+
},
25+
"db-screensansdigital": {
26+
"name": { "value": "DB Screen Sans Digital Regular" },
27+
"fontfamily": { "value": "DB Screen Sans Digital" },
28+
"fontweight": { "value": "400" },
29+
"woff": {
30+
"value": "assets/fonts/dbscreensans-digitalregular.woff"
31+
},
32+
"woff2": {
33+
"value": "assets/fonts/dbscreensans-digitalregular.woff2"
34+
}
2435
}
2536
}
2637
}

0 commit comments

Comments
 (0)