Skip to content

Commit

Permalink
R
Browse files Browse the repository at this point in the history
  • Loading branch information
ChisakaKanako committed Dec 15, 2024
1 parent d0c6149 commit d40ea88
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 21 deletions.
17 changes: 5 additions & 12 deletions docs/stylesheets/extra.css
Original file line number Diff line number Diff line change
@@ -1,23 +1,16 @@
@font-face {
font-family: "SourceHanSerif";
src: url("/typeface/SourceHanSerifSC-VF.otf");
}
:root {
--md-text-font: "SourceHanSerif";
font-weight: 600;
}
h1 {
font-weight: bold !important;
color: black !important;
}

@media (prefers-color-scheme: dark) {
h1 {
color: white !important;
}
}
h2 {
font-weight: bold !important;
}

h3 {
font-weight: bold !important;
}
body {
font-weight: normal;
}
Binary file removed docs/typeface/SourceHanSerifSC-VF.otf
Binary file not shown.
14 changes: 5 additions & 9 deletions site/stylesheets/extra.css
Original file line number Diff line number Diff line change
@@ -1,16 +1,12 @@
@font-face {
font-family: "SourceHanSerif";
src: url("/typeface/SourceHanSerifSC-VF.otf");
}
:root {
--md-text-font: "SourceHanSerif";
font-weight: 600;
}
h1 {
font-weight: bold !important;
color: black !important;
}

@media (prefers-color-scheme: dark) {
h1 {
color: white !important;
}
}
h2 {
font-weight: bold !important;
}
Expand Down
Binary file removed site/typeface/SourceHanSerifSC-VF.otf
Binary file not shown.

0 comments on commit d40ea88

Please sign in to comment.