File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11
11
@font-face {
12
12
font-family : "Roboto Mono" ;
13
13
font-style : normal;
14
- font-weight : 500 ;
14
+ font-weight : 600 ;
15
15
src :
16
16
url(~ @fontsource /roboto-mono/files/roboto-mono-latin-500-normal.woff2) for mat("woff2" ),
17
17
url(~ @fontsource /roboto-mono/files/roboto-mono-latin-500-normal.woff) for mat("woff" );
Original file line number Diff line number Diff line change 21
21
@font-face {
22
22
font-family : "Roboto" ;
23
23
font-style : normal;
24
- font-weight : 500 ;
24
+ font-weight : 600 ;
25
25
src :
26
26
url(~ @fontsource /roboto/files/roboto-latin-500-normal.woff2) for mat("woff2" ),
27
27
url(~ @fontsource /roboto/files/roboto-latin-500-normal.woff) for mat("woff" );
31
31
@font-face {
32
32
font-family : "Roboto" ;
33
33
font-style : italic;
34
- font-weight : 500 ;
34
+ font-weight : 600 ;
35
35
src :
36
36
url(~ @fontsource /roboto/files/roboto-latin-500-italic.woff2) for mat("woff2" ),
37
37
url(~ @fontsource /roboto/files/roboto-latin-500-italic.woff) for mat("woff" );
Original file line number Diff line number Diff line change 28
28
--body-line-height : 1.15 ;
29
29
--body-font-color : var (--color-jet-80 );
30
30
--body-font-family : "Roboto" , sans-serif;
31
- --body-font-weight-bold : 500 ;
31
+ --body-font-weight-bold : 600 ;
32
32
--monospace-font-family : "Roboto Mono" , monospace;
33
- --monospace-font-weight-bold : 500 ;
33
+ --monospace-font-weight-bold : 600 ;
34
34
/* base */
35
35
--body-background : var (--color-white );
36
36
--panel-background : var (--color-smoke-30 );
You can’t perform that action at this time.
0 commit comments