Skip to content

Commit

Permalink
assets/main.scss: permit usage of system fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikaela committed May 30, 2024
1 parent e542e0c commit 943735a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions assets/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@
@charset "utf-8";

// Our variables
$base-font-family: "Liberation Serif", "Tinos", "Times New Roman", serif;
$monospace-font-family: "Liberation Mono", "Cousine", "Courier New", monospace;
//$base-font-family: "Liberation Sans", "Arimo", "Arial", sans-serif;
$base-font-family: ui-serif, "Liberation Serif", Tinos, "Times New Roman", serif;
$monospace-font-family: ui-monospace, "Liberation Mono", Cousine, "Courier New",
monospace;
//$base-font-family: ui-sans-serif, "Liberation Sans", "Arimo", "Arial", sans-serif;

// CSS of used Jekyll theme
@import "{{ site.theme }}";
Expand Down

0 comments on commit 943735a

Please sign in to comment.