Skip to content
This repository was archived by the owner on Oct 30, 2021. It is now read-only.

Commit f9ac6aa

Browse files
committed
Removing Helvetica and Arial from font-family declarartions due to browser inconsistencies
1 parent b2ac790 commit f9ac6aa

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

css/editor.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@charset "utf-8";
22
body {
3-
font-family : Arial, sans-serif;
3+
font-family : sans-serif;
44
line-height : 1.3em;
55
font-size : 96%;
66
color : #333;
@@ -14,7 +14,7 @@ h1 {
1414
}
1515

1616
h2 {
17-
font-family : Arial, Helvetica, sans-serif;
17+
font-family : sans-serif;
1818
font-size : 14px;
1919
font-weight : normal;
2020
color : #333;
@@ -29,7 +29,7 @@ h3 {
2929

3030
h4 {
3131
font-weight : bold;
32-
font-family : Arial, Helvetica, sans-serif;
32+
font-family : sans-serif;
3333
color : #333;
3434
}
3535

css/screen.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -312,6 +312,7 @@ body {
312312
body {
313313
color : #333;
314314
line-height : 1.6em;
315+
font-family : sans-serif;
315316
}
316317

317318
body.arial {

0 commit comments

Comments
 (0)