pytest-csv-params/docs/_templates/layout.html

21 lines
622 B
HTML

{% extends '!layout.html' %}
{%- block font %}
<!-- Fully omitting Google Fonts from Remote -->
<link href="{{ pathto('_static/font/vollkorn/style.css', 1) }}" rel="stylesheet">
<link href="{{ pathto('_static/font/fira/style.css', 1) }}" rel="stylesheet">
<style>
body,
input {
font-family: "Vollkorn Regular", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
code,
kbd,
pre {
font-family: "Fira Code VF", "Fira Code", "Courier New", Courier, monospace !important;
font-variant-ligatures: none;
}
</style>
{%- endblock %}