Skip to content

Commit

Permalink
Change content font
Browse files Browse the repository at this point in the history
  • Loading branch information
huacnlee committed May 4, 2016
1 parent 189d062 commit 36d55b2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 18 deletions.
13 changes: 0 additions & 13 deletions .codeclimate.yml

This file was deleted.

4 changes: 2 additions & 2 deletions app/assets/stylesheets/application.scss
Expand Up @@ -30,7 +30,7 @@
body {
background: #e9eaed;
color: $black;
font-family: sans-serif;
font-family: Helvetica,Arial,"PingFang SC","Hiragino Sans GB","Source Han Sans CN",Roboto,"Heiti SC","Microsoft Yahei",sans-serif;
padding-top: 65px;
}

Expand All @@ -45,7 +45,7 @@ body {

.navbar-brand {
color: #666 !important;
font-family: sans-serif;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: bold;
margin-left: 0 !important;
b { color: $red; }
Expand Down
7 changes: 4 additions & 3 deletions app/assets/stylesheets/front.scss
Expand Up @@ -348,6 +348,7 @@
.markdown {
position:relative;
line-height: 1.8em; font-size:14px; text-overflow: ellipsis; word-wrap: break-word;
font-family: "PingFang SC","Hiragino Sans GB",Helvetica,Arial,"Source Han Sans CN",Roboto,"Heiti SC","Microsoft Yahei",sans-serif !important;
img { max-width: 100%; }
p,
pre,
Expand All @@ -365,7 +366,7 @@
quotes: "\201C""\201D""\2018""\2019";
position: relative;
line-height: 1.45;
p { display:inline; font-size:12px; color: #999; }
p { display:inline; color: #999; }
&:before,
&:after {
display: block;
Expand Down Expand Up @@ -431,7 +432,7 @@
border-radius: 0px;
word-break: break-all;
line-height: 20px;
font-family: Monaco,Menlo, "Courier New", monospace;
font-family:Monaco,Menlo, "Courier New", monospace;
}
a:link,
a:visited {
Expand Down Expand Up @@ -482,7 +483,7 @@
p,
blockquote,
pre { margin-bottom:8px; }
li { line-height:1.6em; padding:2px 0; color:#333; font-size:13px; }
li { line-height:1.6em; padding:2px 0; color:#333; }
ul { list-style-type: circle; margin-bottom: 0px; }
}
ol {
Expand Down

0 comments on commit 36d55b2

Please sign in to comment.