mirror of
https://git.door43.org/Andley/BG4e
synced 2025-01-23 11:18:19 +00:00
vault backup: 2022-05-19 10:05:35
Affected files: _layouts/default.html assets/css/style.scss
This commit is contained in:
parent
825e514647
commit
c686036bcc
@ -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>
|
||||
|
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user