vault backup: 2022-05-18 19:00:26

Affected files:
_layouts/default.html
assets/css/style.scss
This commit is contained in:
Andley Chang 2022-05-18 19:00:27 +08:00
parent 4f9425a6f9
commit a495af56b4
2 changed files with 7 additions and 4 deletions

View File

@ -5,6 +5,9 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
{% seo %}
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;1,400&family=Noto+Sans+TC&family=Ubuntu+Condensed&display=swap" rel="stylesheet">
<link rel="stylesheet" href="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}">
<script src="https://code.jquery.com/jquery-3.3.0.min.js" integrity="sha256-RTQy8VOmNlT6b2PIRur37p6JEBZUE7o8wPgMvu18MC4=" crossorigin="anonymous"></script>
<script src="{{ '/assets/js/main.js' | relative_url }}"></script>

View File

@ -9,12 +9,12 @@ ruby {
font-size: 16px ;
line-height: 16px ;
padding-bottom: 10px ;
font-family: "Times New Roman", serif;
font-family: 'EB Garamond', serif;
}
rt {
font-size: 13px ;
line-height: 13px ;
font-family: "Arial Narrow", sans-serif;
font-family: 'Ubuntu Condensed', sans-serif;
}
ul ruby {
padding-bottom: 3px !important;
@ -35,8 +35,8 @@ ruby {
font-weight:600;
}
html, body {
font-family: "Times New Roman", serif;
p, html, body {
font-family: 'EB Garamond', 'Noto Sans TC', sans-serif;
}
/* text decoration for marking syntax functions */