Skip to content

Commit

Permalink
Merge pull request #41 from traP-jp/ui-font
Browse files Browse the repository at this point in the history
フォント変更
  • Loading branch information
cp-20 authored Jun 16, 2024
2 parents 13f5ef5 + 95edf02 commit aba1afc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions frontend/src/assets/main.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
@import './base.css';
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

:root {
--accent-color: #ff922b;
--primary-text-color: #1111111;
--dimmed-text-color: #888888;
--dimmed-border-color: #dddddd;
}

body {
font-family: 'Noto Sans JP', sans-serif;
font-optical-sizing: auto;
font-weight: normal;
font-style: normal;
}

0 comments on commit aba1afc

Please sign in to comment.