mirror of
https://github.com/pure-css/pure.git
synced 2025-01-13 02:04:23 +00: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:
|
grids from breaking in various target environments:
|
||||||
|
|
||||||
```css
|
```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,
|
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
|
Arial` to get picked up by the browser, even though Helvetica or Arial
|
||||||
isn't available in that environment.
|
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.
|
* 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.
|
/* 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
|
Arial` to get picked up by the browser, even though Helvetica or Arial
|
||||||
isn't available in that environment.
|
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.
|
* 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.
|
/* Opera as of 12 on Windows needs word-spacing.
|
||||||
|
Loading…
Reference in New Issue
Block a user