Skip to content

Commit 6d8b336

Browse files
SpikatrixGurinderRawala
authored andcommitted
Update font to Source Sans Pro (#90)
1 parent 7d4802c commit 6d8b336

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

public/sass/_variables.generated.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,9 @@ $height-lg: 48;
9999
// Typography
100100
// -------------------------
101101
/* stylelint-disable-next-line string-quotes */
102-
$font-family-sans-serif: Nunito, Roboto, Arial;
102+
$font-family-sans-serif: "Source Sans Pro", Nunito, Roboto, Arial;
103103
/* stylelint-disable-next-line string-quotes */
104-
$font-family-monospace: 'Nunito Mono', monospace;
104+
$font-family-monospace: 'Nunito Mono', 'Roboto Mono', monospace;
105105

106106
$font-file-path: '../fonts' !default;
107107

0 commit comments

Comments
 (0)