blog.hareworks.net/src/lib/app.scss

19 lines
471 B
SCSS

@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;
}