vault backup: 2022-05-19 10:05:35

Affected files:
_layouts/default.html
assets/css/style.scss
This commit is contained in:
Andley Chang 2022-05-19 10:05:35 +08:00
parent 825e514647
commit c686036bcc
2 changed files with 8 additions and 6 deletions

View File

@ -5,9 +5,11 @@
<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,600;1,600&family=Noto+Sans+TC&family=Ubuntu+Condensed&display=swap" rel="stylesheet">
<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&family=Eczar&family=Fira+Sans+Extra+Condensed&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: 'EB Garamond', 'Noto Sans TC', serif;
font-family: 'Eczar','EB Garamond', 'Noto Sans TC', serif;
}
rt {
font-size: 13px ;
line-height: 13px ;
font-family: 'Ubuntu Condensed', 'Noto Sans TC', sans-serif;
font-family: 'Fira Sans Extra Condensed', 'Ubuntu Condensed', 'Noto Sans TC', sans-serif;
}
ul ruby {
padding-bottom: 3px !important;
@ -36,7 +36,7 @@ ruby {
}
p, html, body {
font-family: 'Noto Sans TC', 'EB Garamond', sans-serif;
font-family: 'Noto Sans TC', 'Eczar', 'EB Garamond', sans-serif;
}
section {