system-font-css
Advanced tools
Comparing version 1.0.0 to 1.1.0
@@ -0,3 +1,9 @@ | ||
## 1.1.0 (2015-08-02) | ||
- Added: Android fonts Roboto and Droid Sans after Ubuntu. | ||
- Removed: Windows 3.1-ME font Microsoft Sans Serif. | ||
- Updated: documentation. | ||
## 1.0.0 (2015-07-30) | ||
Added: Initial version | ||
- Added: Initial version |
{ | ||
"name": "system-font-css", | ||
"description": "Use the native system font of the OS running the browser", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"author": "Jonathan Neal <jonathantneal@hotmail.com> (http://jonathantneal.com)", | ||
@@ -6,0 +6,0 @@ "contributors": [], |
@@ -29,4 +29,16 @@ # System Font CSS | ||
**Windows** has used four system typefaces. Since **Vista** it has used **Segoe UI**. In XP, it used **Tahoma**, which oddly enough does not have an italic variation. From **Windows XP** back to **Windows 3.1** it used **Microsoft Sans Serif**. Finally, from **Windows 2.0** back to **Windows 1.0** it used **Fixedsys**, which is not included in this set, with apologies to Windows 2.0 users. | ||
**Windows** has used four system typefaces. Since **Vista** it has used **Segoe UI**. In XP, it used **Tahoma**, which oddly enough does not have an italic variation. From **Windows ME** back to **Windows 3.1** it used **Microsoft Sans Serif**. Finally, from **Windows 2.0** back to **Windows 1.0** it used **Fixedsys**. Neither **Microsoft Sans Serif** or **Fixedsys** are included in this set, with apologies. | ||
Also, for those of opposed to joy, remember that **Internet Explorer 8** does not support local `@font-face` rules. Therefore, should you need to reference system fonts in that browser then you will need to do so from the `font` declaration. | ||
```css | ||
body { | ||
font-family: system, "Segoe UI", Tahoma; | ||
} | ||
``` | ||
## Android | ||
**Android** has used two system typefaces. Since **Ice Cream Sandwich** it has used **Roboto**. From **Jelly Bean** back to **Cupcake** it used **Droid Sans**, which also lacks an italic variation. Do you suppose OS developers dislike *emphasis*? | ||
## Ubuntu | ||
@@ -33,0 +45,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
11767
50