Skip to content

Commit

Permalink
Add “Inter“ as base sans-serif typeface (#236)
Browse files Browse the repository at this point in the history
Before it was required to manually configure the sans-serif typeface
based on the running OS [1] due to licensing and the availability of
specific font families on different operating systems.
Since I use the fantastic Inter [2] typeface family for almost all UI,
text and designs it is now set as default sans-serif typeface.
Inter is open source and therefore system independent and is installed
in all of my systems/habitats.

[1]: https://github.com/arcticicestudio/igloo/tree/eb222438e6cd93b19c222043570bb7c627ea3e3b/snowblocks/firefox#typeface
[2]: https://rsms.me/inter

Closes GH-225
  • Loading branch information
arcticicestudio authored Mar 24, 2020
1 parent 25e0512 commit 8ea0ef0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions snowblocks/firefox/user.js
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,7 @@ user_pref("findbar.highlightAll", false);
/* Set the system independent typefaces. */
user_pref("font.default.x-western", "sans-serif");
user_pref("font.name.monospace.x-western", "Source Code Pro");
user_pref("font.name.sans-serif.x-western", "Inter");
user_pref("font.size.fixed.x-western", 16);

/* Disable the fullscreen warning popup. */
Expand Down

0 comments on commit 8ea0ef0

Please sign in to comment.