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

Commit 25292c5

Browse files
committed
Removing Helvetica & Arial from font-family declarations due to browser inconsistencies
1 parent 20d5dfe commit 25292c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css/editor.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ body {
77
}
88

99
h1 {
10-
font-family : Helvetica, Arial, sans-serif;
10+
font-family : sans-serif;
1111
font-size : 16px;
1212
font-weight : bold;
1313
color : #ff0000;
@@ -22,7 +22,7 @@ h2 {
2222

2323
h3 {
2424
font-weight : bold;
25-
font-family : Helvetica, Arial, sans-serif;
25+
font-family : sans-serif;
2626
font-size : 12px;
2727
color : #135cae;
2828
}

0 commit comments

Comments
 (0)