File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed
source/_patterns/00-base/type Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments