1
0
mirror of https://github.com/nostalgic-css/NES.css.git synced 2025-02-06 08:09:25 +01:00
nes.css/scss/base/variables.scss
2018-11-25 18:11:18 +09:00

8 lines
195 B
SCSS

// Font
@import url("https://fonts.googleapis.com/css?family=Press+Start+2P");
$font-family: "Press Start 2P" !default;
$font-size: 16px !default;
$base-color: #212529;
$background-color: #fff;