Skip to content

Commit

Permalink
Moved font & fixed docs list style
Browse files Browse the repository at this point in the history
  • Loading branch information
ImDaBigBoss committed Aug 8, 2022
1 parent f757af0 commit 7c4d148
Show file tree
Hide file tree
Showing 8 changed files with 62 additions and 1 deletion.
2 changes: 1 addition & 1 deletion content/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<meta name="theme-color" content="#f37735">

<link rel="stylesheet" href="/style.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap">
<link rel="stylesheet" href="/fonts/notosansjp.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">

<link href="/favicon.ico" rel="shortcut icon" type="image/x-icon">
Expand Down
Binary file added src/fonts/notosansjp-light-webfont.eot
Binary file not shown.
47 changes: 47 additions & 0 deletions src/fonts/notosansjp-light-webfont.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/fonts/notosansjp-light-webfont.ttf
Binary file not shown.
Binary file added src/fonts/notosansjp-light-webfont.woff
Binary file not shown.
Binary file added src/fonts/notosansjp-light-webfont.woff2
Binary file not shown.
13 changes: 13 additions & 0 deletions src/fonts/notosansjp.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
@font-face {
font-family: 'Noto Sans JP';
font-style: normal;
font-weight: 400;
src: url('/fonts/notosansjp-light-webfont.eot'); /* IE9 Compat Modes */
src: local(''),
url('/fonts/notosansjp-light-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('/fonts/notosansjp-light-webfont.woff2') format('woff2'), /* Super Modern Browsers */
url('/fonts/notosansjp-light-webfont.woff') format('woff'), /* Modern Browsers */
url('/fonts/notosansjp-light-webfont.ttf') format('truetype'), /* Safari, Android, iOS */
url('/fonts/notosansjp-light-webfont.svg#NotoSansJP') format('svg'); /* Legacy iOS */
}

1 change: 1 addition & 0 deletions src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ hr {border: 0px; border-top: 1px solid #eeeeee; margin: 20px 0;}
.fox-ul {
padding: 0 0 0 20px;
margin: 0px;
list-style-type: square;
}
.fox-ul:first-child {
padding: 0 0 0 0;
Expand Down

0 comments on commit 7c4d148

Please sign in to comment.