change font to google for loading times
This commit is contained in:
parent
0bc88f58f7
commit
8cdb8ec476
|
@ -32,13 +32,16 @@
|
||||||
{%- endblock extra_head %}
|
{%- endblock extra_head %}
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
|
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1&display=swap');
|
||||||
|
/*
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "UtsukushiMincho";
|
font-family: "UtsukushiMincho";
|
||||||
src: url(/UtsukushiMincho.ttf);
|
src: url(/UtsukushiMincho.ttf);
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
body {
|
body {
|
||||||
font-family: UtsukushiMincho;
|
font-family: "Shippori Mincho B1";
|
||||||
{%- if config.extra.base00 %}
|
{%- if config.extra.base00 %}
|
||||||
background-color: {{ config.extra.base00 }};
|
background-color: {{ config.extra.base00 }};
|
||||||
{% else %}
|
{% else %}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user