mirror of
https://github.com/pure-css/pure
synced 2024-11-26 08:27:21 +01:00
Update font stack.
- Remove DejaVu Sans since it doesn't work with the letter spacing. - Replace Bitstream Charter with Freesans, a sans-serif alternative. - Replace Tinos with Arimo, a sans-serif alternative.
This commit is contained in:
parent
09a9b648da
commit
45e8b4ffaf
@ -13,21 +13,18 @@
|
||||
|
||||
The following font stack makes Pure Grid work on all known environments.
|
||||
|
||||
* "Bitstream Charter": Chromebook Pixel running Ubuntu 13.04.
|
||||
* Freesans: Ships with Ubuntu
|
||||
|
||||
* Tinos: Chromebook Pixel running Chrome OS. Tinos has to be defined
|
||||
before `Helvetica, Arial` to get picked up by the browser, even though
|
||||
Helvetica or Arial isn't available in that environment.
|
||||
* Arimo: Ships with Chrome OS. Arimo has to be defined before `Helvetica,
|
||||
Arial` to get picked up by the browser, even though Helvetica or Arial
|
||||
isn't available in that environment.
|
||||
|
||||
* "Droid Sans": Arch Linux with Chromium 29.x.
|
||||
|
||||
* "DejaVu Sans": A common font available on Ubuntu and other environments
|
||||
that acts as a nice fallback
|
||||
* Droid Sans: Arch Linux with Chromium 29.x.
|
||||
|
||||
* Helvetica, Arial, sans-serif: Common font stack on OSX and Windows.
|
||||
|
||||
*/
|
||||
font-family: "Bitstream Charter", Tinos, "Droid Sans", "DejaVu Sans", Helvetica, Arial, sans-serif;
|
||||
font-family: FreeSans, Arimo, "Droid Sans", Helvetica, Arial, sans-serif;
|
||||
}
|
||||
|
||||
/* Opera as of 12 on Windows needs word-spacing.
|
||||
|
@ -12,21 +12,18 @@
|
||||
|
||||
The following font stack makes Pure Grid work on all known environments.
|
||||
|
||||
* "Bitstream Charter": Chromebook Pixel running Ubuntu 13.04.
|
||||
* Freesans: Ships with Ubuntu
|
||||
|
||||
* Tinos: Chromebook Pixel running Chrome OS. Tinos has to be defined
|
||||
before `Helvetica, Arial` to get picked up by the browser, even though
|
||||
Helvetica or Arial isn't available in that environment.
|
||||
* Arimo: Ships with Chrome OS. Arimo has to be defined before `Helvetica,
|
||||
Arial` to get picked up by the browser, even though Helvetica or Arial
|
||||
isn't available in that environment.
|
||||
|
||||
* "Droid Sans": Arch Linux with Chromium 29.x.
|
||||
|
||||
* "DejaVu Sans": A common font available on Ubuntu and other environments
|
||||
that acts as a nice fallback
|
||||
* Droid Sans: Arch Linux with Chromium 29.x.
|
||||
|
||||
* Helvetica, Arial, sans-serif: Common font stack on OSX and Windows.
|
||||
|
||||
*/
|
||||
font-family: "Bitstream Charter", Tinos, "Droid Sans", "DejaVu Sans", Helvetica, Arial, sans-serif;
|
||||
font-family: FreeSans, Arimo, "Droid Sans", Helvetica, Arial, sans-serif;
|
||||
}
|
||||
|
||||
/* Opera as of 12 on Windows needs word-spacing.
|
||||
|
Loading…
Reference in New Issue
Block a user