File tree Expand file tree Collapse file tree 1 file changed +15
-16
lines changed
source/_patterns/00-base/type Expand file tree Collapse file tree 1 file changed +15
-16
lines changed Original file line number Diff line number Diff line change @@ -25,22 +25,21 @@ $font-families: (
25
25
" font-style" : normal ,
26
26
" font-local" : true
27
27
),
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
+ ),
44
43
" DB Screen Sans Medium" : (
45
44
" font-family" : " DB Screen Sans" ,
46
45
" font-filename" : " dbscreensans-medium" ,
You can’t perform that action at this time.
0 commit comments