Skip to content

Commit

Permalink
#45 update font and name
Browse files Browse the repository at this point in the history
  • Loading branch information
kogepanh committed Sep 15, 2021
1 parent 79fd405 commit 4e58194
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 11 deletions.
1 change: 1 addition & 0 deletions src/components/meta.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ function Meta() {
<meta property="og:title" content={site_title} />
<meta property="og:description" content={description} />
<meta name="twitter:card" content="summary_large_image" />
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap" rel="stylesheet" />
</Head>
);
}
Expand Down
2 changes: 1 addition & 1 deletion src/lib/markdownToHtml.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import remark from "remark";
import { remark } from "remark";
import html from "remark-html";
import gfm from "remark-gfm";
import prism from "remark-prism";
Expand Down
11 changes: 1 addition & 10 deletions tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,7 @@ module.exports = {
"900px": "900px",
},
fontFamily: {
sans: [
'"Hiragino Kaku Gothic Pro"',
'"ヒラギノ角ゴ Pro"',
'"Yu Gothic Medium"',
'"游ゴシック Medium"',
"YuGothic",
'"游ゴシック体"',
'"メイリオ"',
"sans-serif",
],
sans: ["Noto Sans JP", "sans-serif"],
},
},
},
Expand Down

0 comments on commit 4e58194

Please sign in to comment.