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:
Tilo Mitra 2013-08-29 15:39:38 -04:00
parent a63d4bc887
commit 1a24fa0baa
3 changed files with 3 additions and 7 deletions

View File

@ -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,

View File

@ -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.

View File

@ -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.