File tree Expand file tree Collapse file tree 2 files changed +50
-50
lines changed Expand file tree Collapse file tree 2 files changed +50
-50
lines changed Original file line number Diff line number Diff line change 16
16
--font-light : "SignikaLight" , "ArialFallback" , arial, sans-serif;
17
17
--font-regular : "SignikaRegular" , "ArialFallback" , arial, sans-serif;
18
18
}
19
+
20
+ @font-face {
21
+ font-family : ArialBoldFallback;
22
+ src : local (arial bold);
23
+ size-adjust : 94% ;
24
+ ascent-override : 92% ;
25
+ descent-override : 26% ;
26
+ line-gap-override : 10.25% ;
27
+ }
28
+
29
+ @font-face {
30
+ font-family : ArialFallback;
31
+ src : local (arial);
32
+ size-adjust : 94% ;
33
+ ascent-override : 92% ;
34
+ descent-override : 26% ;
35
+ line-gap-override : 10.25% ;
36
+ }
37
+
38
+ @font-face {
39
+ font-family : SignikaLight;
40
+ src : url ("/resources/font/Signika-Light-webfont.woff" );
41
+ font-weight : normal;
42
+ font-style : normal;
43
+ font-display : optional;
44
+ }
45
+
46
+ @font-face {
47
+ font-family : SignikaRegular;
48
+ src : url ("/resources/font/Signika-Regular-webfont.woff" );
49
+ font-weight : normal;
50
+ font-style : normal;
51
+ font-display : optional;
52
+ }
53
+
54
+ @font-face {
55
+ font-family : SignikaSemibold;
56
+ src : url ("/resources/font/Signika-Semibold-webfont.woff" );
57
+ font-weight : normal;
58
+ font-style : normal;
59
+ font-display : optional;
60
+ }
61
+
62
+ @font-face {
63
+ font-family : SignikaBold;
64
+ src : url ("/resources/font/Signika-Bold-webfont.woff" );
65
+ font-weight : normal;
66
+ font-style : normal;
67
+ font-display : optional;
68
+ }
Original file line number Diff line number Diff line change 28
28
*/
29
29
}
30
30
31
- @font-face {
32
- font-family : ArialBoldFallback;
33
- src : local (arial bold);
34
- size-adjust : 94% ;
35
- ascent-override : 92% ;
36
- descent-override : 26% ;
37
- line-gap-override : 10.25% ;
38
- }
39
-
40
- @font-face {
41
- font-family : ArialFallback;
42
- src : local (arial);
43
- size-adjust : 94% ;
44
- ascent-override : 92% ;
45
- descent-override : 26% ;
46
- line-gap-override : 10.25% ;
47
- }
48
-
49
- @font-face {
50
- font-family : SignikaLight;
51
- src : url ("/resources/font/Signika-Light-webfont.woff" );
52
- font-weight : normal;
53
- font-style : normal;
54
- font-display : optional;
55
- }
56
-
57
- @font-face {
58
- font-family : SignikaRegular;
59
- src : url ("/resources/font/Signika-Regular-webfont.woff" );
60
- font-weight : normal;
61
- font-style : normal;
62
- font-display : optional;
63
- }
64
-
65
- @font-face {
66
- font-family : SignikaSemibold;
67
- src : url ("/resources/font/Signika-Semibold-webfont.woff" );
68
- font-weight : normal;
69
- font-style : normal;
70
- font-display : optional;
71
- }
72
-
73
- @font-face {
74
- font-family : SignikaBold;
75
- src : url ("/resources/font/Signika-Bold-webfont.woff" );
76
- font-weight : normal;
77
- font-style : normal;
78
- font-display : optional;
79
- }
80
-
81
31
body {
82
32
background-color : var (--color-light );
83
33
color : var (--color-dark );
You can’t perform that action at this time.
0 commit comments