Use Fira Code for all code
This commit is contained in:
parent
9694ae71bc
commit
b9a00e9b83
5 changed files with 3 additions and 9 deletions
|
@ -34,11 +34,3 @@ div.block-embed {
|
||||||
@include center-block(50%);
|
@include center-block(50%);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
div.block-code {
|
|
||||||
code,
|
|
||||||
pre {
|
|
||||||
font-family: "Fira Code", monospace;
|
|
||||||
font-variant-ligatures: none;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
|
@ -2,3 +2,4 @@
|
||||||
|
|
||||||
$container-max-width: $widescreen;
|
$container-max-width: $widescreen;
|
||||||
$pre-background: unset;
|
$pre-background: unset;
|
||||||
|
$family-code: "Fira Code", monospace;
|
||||||
|
|
|
@ -17,6 +17,7 @@ body {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
font-variant-ligatures: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
main {
|
main {
|
||||||
|
|
|
@ -16,6 +16,7 @@
|
||||||
|
|
||||||
<link rel="stylesheet" type="text/css" href="{% static 'css/base.css' %}">
|
<link rel="stylesheet" type="text/css" href="{% static 'css/base.css' %}">
|
||||||
<link rel="stylesheet" type="text/css" href="{% static 'contrib/fontawesome/css/all.min.css' %}">
|
<link rel="stylesheet" type="text/css" href="{% static 'contrib/fontawesome/css/all.min.css' %}">
|
||||||
|
<link rel="stylesheet" type="text/css" href="{% static 'contrib/fira-code/fira_code.css' %}">
|
||||||
|
|
||||||
{% block extra_css %}{% endblock %}
|
{% block extra_css %}{% endblock %}
|
||||||
</head>
|
</head>
|
||||||
|
|
|
@ -17,7 +17,6 @@
|
||||||
{% block extra_css %}
|
{% block extra_css %}
|
||||||
<link rel="stylesheet" type="text/css" href="{% static 'css/lite-youtube-embed.css' %}">
|
<link rel="stylesheet" type="text/css" href="{% static 'css/lite-youtube-embed.css' %}">
|
||||||
<link rel="stylesheet" type="text/css" href="{% static 'contrib/shareon/shareon.min.css' %}">
|
<link rel="stylesheet" type="text/css" href="{% static 'contrib/shareon/shareon.min.css' %}">
|
||||||
<link rel="stylesheet" type="text/css" href="{% static 'contrib/fira-code/fira_code.css' %}">
|
|
||||||
<link rel="stylesheet" type="text/css" href="{% url 'static-pygments:styles' 'default' %}">
|
<link rel="stylesheet" type="text/css" href="{% url 'static-pygments:styles' 'default' %}">
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue