@@ -7,58 +7,72 @@ $font-families: (
7
7
// light font weight
8
8
" font-weight" : 300 ,
9
9
" font-style" : normal ,
10
- " font-local" : true
10
+ " font-local-name" : " DB Screen Head Light" ,
11
+ " font-local-name-short" : " DB Head Light"
11
12
),
12
13
" DB Screen Head Regular" : (
13
14
" font-family" : " DB Screen Head" ,
14
15
" font-filename" : " dbscreenhead-regular" ,
15
16
// normal font weight
16
17
" font-weight" : 400 ,
17
18
" font-style" : normal ,
18
- " font-local" : true
19
+ " font-local-name" : " DB Screen Head" ,
20
+ " font-local-name-short" : " DB Head"
19
21
),
20
22
" DB Screen Head Black" : (
21
23
" font-family" : " DB Screen Head" ,
22
24
" font-filename" : " dbscreenhead-black" ,
23
25
// black/"bold" font weight
24
26
" font-weight" : 900 ,
25
27
" font-style" : normal ,
26
- " font-local" : true
28
+ " font-local-name" : " DB Screen Head Black" ,
29
+ " font-local-name-short" : " DB Head Black"
27
30
),
31
+
28
32
" DB Screen Sans Digital Regular" : (
29
33
" font-family" : " DB Screen Sans Digital Regular" ,
30
34
" font-filename" : " dbscreensans-digitalregular" ,
31
35
// normal font weight
32
36
" font-weight" : 400 ,
33
- " font-style" : normal
37
+ " font-style" : normal ,
38
+ " font-local-name" : " DB Screen Sans Digital" ,
39
+ " font-local-name-short" : " DB Sans Digital"
34
40
),
41
+
35
42
" DB Screen Sans Regular" : (
36
43
" font-family" : " DB Screen Sans" ,
37
44
" font-filename" : " dbscreensans-regular" ,
38
45
// normal font weight
39
46
" font-weight" : 400 ,
40
47
" font-style" : normal ,
41
- " font-local" : true
48
+ " font-local-name" : " DB Screen Sans" ,
49
+ " font-local-name-short" : " DB Sans"
42
50
),
43
51
" DB Screen Sans Medium" : (
44
52
" font-family" : " DB Screen Sans" ,
45
53
" font-filename" : " dbscreensans-medium" ,
46
54
" font-weight" : 500 ,
47
55
" font-style" : normal ,
48
- " font-local" : true
56
+ // TODO: Identify the correct name on local environments; most likely this isn't installed and/or possible to get referenced at the moment
57
+ // "font-local-name": "DB Screen Sans Medium",
58
+ // "font-local-name-short": "DB Sans Medium"
49
59
),
50
60
" DB Screen Sans Semibold" : (
51
61
" font-family" : " DB Screen Sans" ,
52
62
" font-filename" : " dbscreensans-semibold" ,
53
63
" font-weight" : 600 ,
54
64
" font-style" : normal ,
55
- " font-local" : true
65
+ // TODO: Identify the correct name on local environments; most likely this isn't installed and/or possible to get referenced at the moment
66
+ // "font-local-name": "DB Screen Sans Semibold",
67
+ // "font-local-name-short": "DB Sans Semibold"
56
68
),
57
69
" DB Screen Sans Bold" : (
58
70
" font-family" : " DB Screen Sans" ,
59
71
" font-filename" : " dbscreensans-bold" ,
60
72
// bold font weight
61
73
" font-weight" : 700 ,
62
- " font-style" : normal
74
+ " font-style" : normal ,
75
+ " font-local-name" : " DB Screen Sans Bold" ,
76
+ " font-local-name-short" : " DB Sans Bold"
63
77
)
64
78
) !default ;
0 commit comments