change font to google for loading times

This commit is contained in:
EvilMuffinHa 2022-05-09 14:51:41 -04:00
parent 0bc88f58f7
commit 8cdb8ec476

View File

@ -32,13 +32,16 @@
{%- endblock extra_head %}
<style>
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1&display=swap');
/*
@font-face {
font-family: "UtsukushiMincho";
src: url(/UtsukushiMincho.ttf);
}
*/
body {
font-family: UtsukushiMincho;
font-family: "Shippori Mincho B1";
{%- if config.extra.base00 %}
background-color: {{ config.extra.base00 }};
{% else %}