Skip to content
This repository was archived by the owner on Apr 21, 2026. It is now read-only.

Commit c04d232

Browse files
committed
Use system font stack
1 parent 1f46c6f commit c04d232

1 file changed

Lines changed: 8 additions & 5 deletions

File tree

src/scss/_bootstrap-variables.scss

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ $grid-gutter-width: 20px;
2020
$white: #ffffff;
2121
$black: #000000;
2222
$primary: #1c3ed3;
23-
$iteragenta: #A9218E;
23+
$iteragenta: #a9218e;
2424
$iteragentaLight: rgb(170, 77, 151);
25-
$secureCodeBlue: #3296DC;
25+
$secureCodeBlue: #3296dc;
2626
$secondary: #414156;
2727

2828
// Links
@@ -32,9 +32,12 @@ $link-hover-color: lighten($primary, 20%);
3232
$link-hover-decoration: underline;
3333

3434
// Fonts
35-
$font-family-base: 'Ubuntu','Livvic', 'Helvetica Neue', Arial, sans-serif,
36-
-apple-system;
37-
$font-family-heading: 'Livvic', 'Helvetica Neue', Arial, sans-serif, -apple-system;
35+
$font-family-base: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
36+
Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji',
37+
'Segoe UI Symbol';
38+
$font-family-heading: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
39+
Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji',
40+
'Segoe UI Symbol';
3841
$font-size-base: 1rem; // Assumes the browser default, typically `16px`
3942
$font-weight-thin: 200;
4043
$font-weight-light: 300;

0 commit comments

Comments
 (0)