File tree Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -8,35 +8,40 @@ if ( system.IsLinux() ) then
8
8
surface .CreateFont ( " DermaDefault" , {
9
9
font = " DejaVu Sans" ,
10
10
size = 14 ,
11
- weight = 500
11
+ weight = 500 ,
12
+ extended = true
12
13
} )
13
14
14
15
surface .CreateFont ( " DermaDefaultBold" , {
15
16
font = " DejaVu Sans" ,
16
17
size = 14 ,
17
- weight = 800
18
+ weight = 800 ,
19
+ extended = true
18
20
} )
19
21
20
22
else
21
23
22
24
surface .CreateFont ( " DermaDefault" , {
23
25
font = " Tahoma" ,
24
26
size = 13 ,
25
- weight = 500
27
+ weight = 500 ,
28
+ extended = true
26
29
} )
27
30
28
31
surface .CreateFont ( " DermaDefaultBold" , {
29
32
font = " Tahoma" ,
30
33
size = 13 ,
31
- weight = 800
34
+ weight = 800 ,
35
+ extended = true
32
36
} )
33
37
34
38
end
35
39
36
40
surface .CreateFont ( " DermaLarge" , {
37
41
font = " Roboto" ,
38
42
size = 32 ,
39
- weight = 500
43
+ weight = 500 ,
44
+ extended = true
40
45
} )
41
46
42
47
include ( " derma.lua" )
You can’t perform that action at this time.
0 commit comments