Skip to content

Commit

Permalink
feat: Notoフォントの追加
Browse files Browse the repository at this point in the history
  • Loading branch information
totto2727 committed Apr 23, 2024
1 parent 1dd6208 commit 4a25fed
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions static/css/style.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
@charset "utf-8";


@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&display=swap');

/*リセットCSS(sanitize.css)の読み込み
---------------------------------------------------------------------------*/
Expand Down Expand Up @@ -30,6 +31,8 @@
/*全体の設定
---------------------------------------------------------------------------*/
html,body {
font-family: "Noto Sans JP", sans-serif;

font-size: 13px; /*基準となるフォントサイズ。*/
overflow-x: hidden;
}
Expand Down

0 comments on commit 4a25fed

Please sign in to comment.