Remove bold inconsolata font
A few bold keywords aren't worth the font Signed-off-by: Danila Fedorin <danila.fedorin@gmail.com>
This commit is contained in:
parent
2b7645a572
commit
2beded7c14
@ -104,12 +104,10 @@ pre code {
|
||||
}
|
||||
|
||||
.kr, .kd, .k {
|
||||
font-weight: bold;
|
||||
@include var(color, code-keyword-color);
|
||||
}
|
||||
|
||||
.kt {
|
||||
font-weight: bold;
|
||||
@include var(color, code-type-color);
|
||||
}
|
||||
|
||||
|
@ -39,7 +39,6 @@
|
||||
}
|
||||
|
||||
@include font-inconsolata(400);
|
||||
@include font-inconsolata(700);
|
||||
@include font-lora();
|
||||
@include font-raleway(400);
|
||||
@include font-raleway(700);
|
||||
|
@ -30,11 +30,6 @@ def main():
|
||||
{"wght": 400},
|
||||
"Inconsolata-400.woff2"
|
||||
)
|
||||
instantiate_variable_font(
|
||||
"Inconsolata-VariableFont_wdth,wght.ttf",
|
||||
{"wght": 700},
|
||||
"Inconsolata-700.woff2"
|
||||
)
|
||||
|
||||
# Lora (Variable, normal and italic)
|
||||
instantiate_variable_font(
|
||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user