File tree 1 file changed +22
-0
lines changed
source/_patterns/00-base/type
1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,14 @@ $font-families: (
9
9
" font-style" : normal ,
10
10
" font-local" : true
11
11
),
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
+ ),
12
20
" DB Screen Head Black" : (
13
21
" font-family" : " DB Screen Head" ,
14
22
" font-filename" : " dbscreenhead-black" ,
@@ -33,6 +41,20 @@ $font-families: (
33
41
" font-style" : normal ,
34
42
" font-local" : true
35
43
),
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
+ ),
36
58
" DB Screen Sans Bold" : (
37
59
" font-family" : " DB Screen Sans" ,
38
60
" font-filename" : " dbscreensans-bold" ,
You can’t perform that action at this time.
0 commit comments