Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion public/css/index.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/less/_base.less
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@footer-margin: 40px;

body {
font-family: "Lato", "Segoe UI", "Microsoft YaHei", Arial, Helvetica, sans-serif !important;
font-family: "Lato", "Segoe UI", Arial, Helvetica, sans-serif !important;
background-color: #fff;
overflow-y: scroll;
-webkit-font-smoothing: antialiased;
Expand Down
2 changes: 1 addition & 1 deletion public/less/_home.less
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
}
.hero {
h1, h2 {
font-family: 'PT Sans Narrow', sans-serif, 'Microsoft YaHei';
font-family: 'PT Sans Narrow', sans-serif;
}
@media only screen and (max-width: 767px) {
h1 {
Expand Down