提交 eb96336d 编写于 作者: D Dmitriy Zaporozhets

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

上级 e608eacc
......@@ -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;
}
......@@ -11,5 +11,4 @@ module TagsHelper
html.html_safe
end
end
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册