Skip to content

Commit 6788c69

Browse files
authored
Remove Google Fonts
1 parent 876bca9 commit 6788c69

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

assets/scss/_bootstrap-variables.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ $link-hover-decoration: underline;
2727

2828
// Fonts
2929
$font-size-base: 1rem; // Assumes the browser default, typically `16px`
30-
$font-family-base: 'Roboto', Arial, sans-serif, -apple-system;
31-
$font-family-serif: 'Lora', Arial, sans-serif, -apple-system;
32-
$font-family-mono: 'Roboto Mono', monospace;
30+
$font-family-base: sans-serif, -apple-system;
31+
$font-family-serif: sans-serif, -apple-system;
32+
$font-family-mono: monospace;
3333
$line-height-base: 1.4;
3434

3535
// Headings & Paragraph

0 commit comments

Comments
 (0)