diff --git a/static/style.css b/static/style.css index 31c2a8c..f671ac5 100644 --- a/static/style.css +++ b/static/style.css @@ -305,7 +305,7 @@ unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215; } -.ui.segment { +.font-content { font-family: 'Open Sans'; } diff --git a/views/article.ejs b/views/article.ejs index f395b66..af68cda 100644 --- a/views/article.ejs +++ b/views/article.ejs @@ -15,7 +15,7 @@ <% } %>

-
<%- article.content %>
+
<%- article.content %>
<% if (comments.length) { %>
@@ -30,7 +30,7 @@
<%= syzoj.utils.formatDate(comment.public_time) %>
-
<%- comment.content %>
+
<%- comment.content %>
<% if (comment.allowedEdit) { %>
删除
<% } %> diff --git a/views/article_edit.ejs b/views/article_edit.ejs index 39dcdc4..88b7e82 100644 --- a/views/article_edit.ejs +++ b/views/article_edit.ejs @@ -16,12 +16,12 @@ - +
-
+