1. Set Helvetica as primary font; 2. removed tabs

This commit is contained in:
Dmitriy Zaporozhets 2011-11-09 21:26:24 +02:00
parent e608eacc4b
commit eb96336de1
3 changed files with 30 additions and 21 deletions

View file

@ -670,3 +670,13 @@ body.projects-page .browse-code{margin-right: 10px}
p, h2, h3 { orphans: 3; widows: 3; }
h2, h3 { page-break-after: avoid; }
}
/**
* author:DZ
* date: Nov 09
* fix different fonts for firefox & webkit
*/
body, button, input, select, textarea {
font-family: "Helvetica", sans-serif;
}

View file

@ -11,5 +11,4 @@ module TagsHelper
html.html_safe
end
end