mirror of
https://github.com/pawroman/zola-theme-terminimal.git
synced 2025-01-10 12:41:06 +01:00
Still use Hack for code samples
This commit is contained in:
parent
1ca2c62dc4
commit
e13cf8c75d
|
@ -118,7 +118,7 @@ figure {
|
||||||
}
|
}
|
||||||
|
|
||||||
code {
|
code {
|
||||||
font-family: Exo2, Hack, DejaVu Sans Mono, Monaco, Consolas, Ubuntu Mono, monospace;
|
font-family: Hack, DejaVu Sans Mono, Monaco, Consolas, Ubuntu Mono, monospace;
|
||||||
font-feature-settings: normal;
|
font-feature-settings: normal;
|
||||||
background: var(--accent-alpha-20);
|
background: var(--accent-alpha-20);
|
||||||
padding: 1px 6px;
|
padding: 1px 6px;
|
||||||
|
|
|
@ -21,6 +21,7 @@
|
||||||
|
|
||||||
{%- if config.extra.use_full_hack_font == "exo2" %}
|
{%- if config.extra.use_full_hack_font == "exo2" %}
|
||||||
<link rel="stylesheet" href="{{ get_url(path="font-exo2.css", trailing_slash=false) | safe }}">
|
<link rel="stylesheet" href="{{ get_url(path="font-exo2.css", trailing_slash=false) | safe }}">
|
||||||
|
<link rel="stylesheet" href="{{ get_url(path="font-hack.css", trailing_slash=false) | safe }}">
|
||||||
{%- elif config.extra.use_full_hack_font %}
|
{%- elif config.extra.use_full_hack_font %}
|
||||||
<link rel="stylesheet" href="{{ get_url(path="font-hack.css", trailing_slash=false) | safe }}">
|
<link rel="stylesheet" href="{{ get_url(path="font-hack.css", trailing_slash=false) | safe }}">
|
||||||
{% else %}
|
{% else %}
|
||||||
|
|
Loading…
Reference in a new issue