Skip to content

Commit f6a83a6

Browse files
committed
fix(typography): override Bootstrap base font
Update #429
1 parent eeb0e30 commit f6a83a6

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

static/bootstrap/scaffolding.less

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77
// -------------------------
88

99
body {
10-
margin: 0;
11-
font-family: @baseFontFamily;
1210
font-size: @baseFontSize;
1311
line-height: @baseLineHeight;
1412
color: @textColor;

static/css/typography.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010
--serifHeadingFontFamily: "PT Serif Caption", Baskerville, Garamond, Georgia,
1111
"DejaVu Serif", "Times New Roman", Times, serif;
1212
}
13+
body {
14+
margin: 0;
15+
font-family: var(--sansFontFamily);
16+
}
1317
h1,
1418
h2,
1519
h3,

0 commit comments

Comments
 (0)