We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96829f0 commit 265d3c4Copy full SHA for 265d3c4
app/styles/base/_globals.scss
@@ -5,6 +5,7 @@ body {
5
$font-size: 16px;
6
7
background: $color-background-bright;
8
+ font-family: OpenSans;
9
font-size: $font-size;
10
height: 100%;
11
width: 100%;
package.json
@@ -2,7 +2,7 @@
2
"name": "basic-spa",
3
"description": "Stable version of a basic SPA example with SCSS and ES6.",
4
"license": "MIT",
- "version": "2.3.0",
+ "version": "2.3.5",
"scripts": {
"prod": "gulp --env=production",
"postprod": "webpack --env.NODE_ENV=production",
0 commit comments