File tree 3 files changed +10
-4
lines changed
3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 13
13
14
14
body {
15
15
font-family: ' WorkSans' , sans-serif;
16
+
17
+ /* Set the default font weight */
16
18
font-variation-settings: ' wght' 350;
19
+
20
+ /* Define css variables so they may be used outside of this file */
21
+ --font-variation-bold: ' wght' 500;
22
+ --font-variation-link: ' wght' 400;
17
23
}
18
24
19
25
a .mavenLinkBold {
20
- font-variation-settings: ' wght ' 400 ;
26
+ font-variation-settings: var(--font-variation-link) ;
21
27
}
22
28
23
29
strong {
24
- font-variation-settings: ' wght ' 500 ;
30
+ font-variation-settings: var(--font-variation-bold) ;
25
31
}
26
32
27
33
h1 ,
Original file line number Diff line number Diff line change 74
74
display: flex;
75
75
align-items: center;
76
76
margin-bottom: 0.5em;
77
- font-variation-settings: ' wght ' 600 ;
77
+ font-variation-settings: var(--font-variation-bold) ;
78
78
}
79
79
80
80
div .callout-title div .callout-title-inner {
Original file line number Diff line number Diff line change 1
1
cabal-version : 2.4
2
2
name : emanote
3
- version : 1.3.24.0
3
+ version : 1.3.24.1
4
4
license : AGPL-3.0-only
5
5
copyright : 2022 Sridhar Ratnakumar
6
6
You can’t perform that action at this time.
0 commit comments