Last active
September 30, 2020 11:48
-
-
Save Merovex/2a4d9d26783f3698b8857ecfd93a5740 to your computer and use it in GitHub Desktop.
Baseline the Serif font to the OS defaults, similar to what is used in Bootstrap's Reboot (same mix seen in dozens of websites using serif in body.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// font-family: Cambria, Georgia, "Times New Roman", Times, serif; | |
// Noto Serif found on modern Android and many Linux distros. | |
// Times is Mac OS | |
// Georgia is a classic serif font that I have seen leading this everywhere. | |
$font-family-sans-serif: Cambria, Georgia, "Noto Serif", "Times New Roman", Times, serif; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Problem with this stack is Georgia's numbers seem a bit odd, which is corrected if you buy the Georgia Pro font. Cambria seems to address this up front.