Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Commit

Permalink
πŸ–Œ Remove "Fira Sans" system font (#666)
Browse files Browse the repository at this point in the history
closes TryGhost/Ghost#8136
- the "Fira Sans" system font looks - even on a retina display - not very readable for users.
  • Loading branch information
aileen authored and kevinansfield committed Apr 24, 2017
1 parent bab4aba commit 0c31c6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/styles/patterns/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
--green: #a4d037;
/* Style values */
--border-radius: 4px;
--font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
--font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Droid Sans", "Helvetica Neue", sans-serif;
--font-family-mono: Consolas, "Liberation Mono", Menlo, Courier, monospace;
}

Expand Down

0 comments on commit 0c31c6f

Please sign in to comment.