mirror of
https://github.com/pure-css/pure
synced 2024-11-26 08:27:21 +01:00
Remove "Droid Sans" from the font stack.
Arch Linux supports Arimo so Droid Sans shouldn't be needed. https://wiki.archlinux.org/index.php/Fonts
This commit is contained in:
parent
a63d4bc887
commit
1a24fa0baa
@ -52,7 +52,7 @@ NEXT
|
||||
grids from breaking in various target environments:
|
||||
|
||||
```css
|
||||
font-family: FreeSans, Arimo, "Droid Sans", Helvetica, Arial, sans-serif;
|
||||
font-family: FreeSans, Arimo, Helvetica, Arial, sans-serif;
|
||||
```
|
||||
|
||||
This is a *breaking* change. If you are using any non-default font in your project,
|
||||
|
@ -19,12 +19,10 @@
|
||||
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.
|
||||
|
||||
* Helvetica, Arial, sans-serif: Common font stack on OSX and Windows.
|
||||
|
||||
*/
|
||||
font-family: FreeSans, Arimo, "Droid Sans", Helvetica, Arial, sans-serif;
|
||||
font-family: FreeSans, Arimo, Helvetica, Arial, sans-serif;
|
||||
}
|
||||
|
||||
/* Opera as of 12 on Windows needs word-spacing.
|
||||
|
@ -18,12 +18,10 @@
|
||||
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.
|
||||
|
||||
* Helvetica, Arial, sans-serif: Common font stack on OSX and Windows.
|
||||
|
||||
*/
|
||||
font-family: FreeSans, Arimo, "Droid Sans", Helvetica, Arial, sans-serif;
|
||||
font-family: FreeSans, Arimo, Helvetica, Arial, sans-serif;
|
||||
}
|
||||
|
||||
/* Opera as of 12 on Windows needs word-spacing.
|
||||
|
Loading…
Reference in New Issue
Block a user