change font to google for loading times
This commit is contained in:
parent
0bc88f58f7
commit
8cdb8ec476
|
@ -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 %}
|
||||
|
|
Loading…
Reference in New Issue
Block a user