8 lines
141 B
CSS
8 lines
141 B
CSS
|
@charset "utf-8";
|
||
|
|
||
|
body {
|
||
|
font-family: "Noto Sans JP", sans-serif;
|
||
|
font-optical-sizing: auto;
|
||
|
font-weight: 400;
|
||
|
font-style: normal;
|
||
|
}
|