Skip to content

Commit d344aed

Browse files
author
raeeschachar
authored
Merge pull request #30 from edx/raees/fix-loading-fonts-twice-LEARNER-3659
removed comma
2 parents 363a4af + 1f3298f commit d344aed

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@edx/edx-bootstrap",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "The Bootstrap theme for Open edX",
55
"license": "Apache-2.0",
66
"repository": {

sass/_fonts.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
//
33
// Base styles
44

5-
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600,700,");
5+
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600,700");

0 commit comments

Comments
 (0)