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: (
2525 " font-style" : normal ,
2626 " font-local" : true
2727 ),
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+ ),
4443 " DB Screen Sans Medium" : (
4544 " font-family" : " DB Screen Sans" ,
4645 " font-filename" : " dbscreensans-medium" ,
You can’t perform that action at this time.
0 commit comments