Commit 8f12537588f5c15f79130d22870e9f7b049488fa

Authored by Victor Costa
1 parent 23f56e81

do not force font family

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
style.css
... ... @@ -12,7 +12,7 @@ body {
12 12 }
13 13  
14 14 * {
15   - font-family: "Helvetica", "Verdana", "Trebuchet MS", "Arial", sans-serif !important;
  15 + font-family: "Helvetica", "Verdana", "Trebuchet MS", "Arial", sans-serif;
16 16 }
17 17  
18 18 a {
... ...