mirror of
https://github.com/nostalgic-css/NES.css.git
synced 2025-02-06 08:09:25 +01:00
8 lines
195 B
SCSS
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;
|