Skip to content

Commit

Permalink
fix(typography): override Bootstrap base font
Browse files Browse the repository at this point in the history
Update #429
  • Loading branch information
talha131 committed Feb 1, 2020
1 parent eeb0e30 commit f6a83a6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 0 additions & 2 deletions static/bootstrap/scaffolding.less
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
// -------------------------

body {
margin: 0;
font-family: @baseFontFamily;
font-size: @baseFontSize;
line-height: @baseLineHeight;
color: @textColor;
Expand Down
4 changes: 4 additions & 0 deletions static/css/typography.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
--serifHeadingFontFamily: "PT Serif Caption", Baskerville, Garamond, Georgia,
"DejaVu Serif", "Times New Roman", Times, serif;
}
body {
margin: 0;
font-family: var(--sansFontFamily);
}
h1,
h2,
h3,
Expand Down

0 comments on commit f6a83a6

Please sign in to comment.