Skip to content

Commit 380687a

Browse files
Set Lato as the default font; and update npm packages
1 parent ac35b56 commit 380687a

File tree

4 files changed

+42
-79
lines changed

4 files changed

+42
-79
lines changed

doc-tool/bootstrap-theme/package-lock.json

Lines changed: 37 additions & 74 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

doc-tool/bootstrap-theme/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"autoprefixer": "^9.6.1",
1515
"bootstrap": "^4.3.1",
1616
"cssnano": "^4.1.10",
17-
"node-sass": "^4.12.0",
17+
"node-sass": "^4.13.0",
1818
"postcss-cli": "^6.1.3"
1919
}
2020
}

doc-tool/bootstrap-theme/theme.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
@import "node_modules/bootstrap/scss/mixins";
55

66
// Web fonts
7-
@import url('https://fonts.googleapis.com/css?family=Lato:400,700|Roboto+Slab:300|Fira+Code:400,700&display=fallback');
7+
@import url('https://fonts.googleapis.com/css?family=Lato:400,700|Fira+Code:400,700&display=fallback');
88

99
// Custom colors
1010
$pro-grey: #414551;
@@ -43,8 +43,8 @@ $container-max-widths: (
4343
// Body Fonts
4444
$font-family-monospace: "Fira Code", "Andale Mono", monospace;
4545
$font-family-sans-serif: "Lato", sans-serif;
46-
$font-family-serif: "Roboto Slab", "Georgia", serif;
47-
$font-family-base: $font-family-serif;
46+
//$font-family-serif: (use the default value)
47+
$font-family-base: $font-family-sans-serif;
4848
$headings-font-family: $font-family-sans-serif;
4949

5050
$font-weight-light: 300;

doc-tool/resources/css/bootstrap.min.css

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

0 commit comments

Comments
 (0)