Skip to content

Commit 612f357

Browse files
committed
一旦フォント追加
1 parent e2435bf commit 612f357

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

_sass/global/base.scss

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,24 @@ html {
66
scroll-behavior: smooth;
77
}
88

9+
@font-face {
10+
font-family: 'rounded-l-mplus-2p';
11+
src: url('/assets/fonts/rounded-l-mplus-2p-bold.ttf') format('truetype');
12+
font-weight: bold;
13+
font-style: normal;
14+
}
15+
16+
@font-face {
17+
font-family: 'rounded-l-mplus-2p';
18+
src: url('/assets/fonts/rounded-l-mplus-2p-regular.ttf') format('truetype');
19+
font-weight: normal;
20+
font-style: normal;
21+
}
22+
23+
924
//全体の設定。文字の設定が主である。
1025
body {
11-
font-family: 'Roboto', 'Noto Sans JP', sans-serif;
26+
font-family: 'rounded-l-mplus-2p';
1227
margin: 0;
1328
color: $text-color;
1429
}
@@ -629,4 +644,4 @@ table thead th {
629644
&-gray200 {
630645
background-color: var(--bs-gray-200);
631646
}
632-
}
647+
}
3.43 MB
Binary file not shown.
3.25 MB
Binary file not shown.

0 commit comments

Comments
 (0)