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