20 lines
493 B
SCSS
20 lines
493 B
SCSS
@import './ress.css';
|
|
@import '../variables.scss';
|
|
|
|
@font-face {
|
|
font-family: 'ZenKakuGothicNew-Regular';
|
|
src: url(/fonts/ZenKakuGothicNew-Regular.ttf) format('truetype');
|
|
}
|
|
|
|
:root {
|
|
font-size: 16px;
|
|
}
|
|
|
|
body {
|
|
margin: 0;
|
|
padding: 0;
|
|
color: #ffffff;
|
|
font-family: 'ZenKakuGothicNew-Regular', '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro',
|
|
'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'MS PGothic', sans-serif;
|
|
font-size: 16px;
|
|
} |