Skip to content

Commit

Permalink
修訂
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanJui committed Apr 26, 2024
1 parent 0f9816e commit 81c2bd0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 12 deletions.
Binary file removed docs/assets/BopomofoRuby1909-v1-Regular.ttf
Binary file not shown.
Binary file removed docs/assets/styles/bg2.gif
Binary file not shown.
21 changes: 9 additions & 12 deletions docs/assets/styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,14 @@ body {
font-family: 'BopomofoRuby';
src:
local('BopomofoRuby1909-v1-Regular'),
url('../BopomofoRuby1909-v1-Regular.ttf');
url('../fonts/BopomofoRuby1909-v1-Regular.ttf');
}

body {
font-family: "Noto Serif TC", serif;
line-height: 1.8;
letter-spacing: 0px;
color: #333;

/* &>* {
margin: auto;
} */
}

header {
Expand All @@ -40,16 +36,14 @@ header {
}

header h1 {
padding: 80px 25px;
padding: 0 80px 25px;
font-family: 'Noto Serif TC', serif;
font-size: 200%;
font-size: 240%;
font-weight: bold;
}

#articles {
font: 1em sans-serif;
/* font-size: xx-large; */
font-size: 160%;
font-size: 180%;
font-weight: bold;
}

Expand All @@ -69,9 +63,9 @@ button {
cursor: pointer;
}

button:focus {
/* button:focus {
outline: none;
}
} */

ul {
display: none;
Expand Down Expand Up @@ -116,6 +110,7 @@ a:hover {
text-decoration: underline;
}


ruby {
/*ruby-position: under;*/
ruby-align: center;
Expand All @@ -135,6 +130,8 @@ rtc {
color: brown;
font-size: 30%;
display: inline-block;
ruby-position: inter-character;
-webkit-ruby-position: inter-character;
text-align: center;
writing-mode: vertical-rl;
text-orientation: upright;
Expand Down

0 comments on commit 81c2bd0

Please sign in to comment.