Skip to content

Commit

Permalink
fix: add default font style to viewer (fix #1045) (#1048)
Browse files Browse the repository at this point in the history
  • Loading branch information
seonim-ryu authored Jun 15, 2020
1 parent fb6ab9c commit 5ec7db0
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions apps/editor/src/css/contents.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
@charset "utf-8";
.tui-editor-contents {
margin: 0;
padding: 0;
font-size: 13px;
font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', 'Arial', '나눔바른고딕',
'Nanum Barun Gothic', '맑은고딕', 'Malgun Gothic', sans-serif;
}

.tui-editor-contents *:not(table) {
line-height: 160%;
box-sizing: content-box;
Expand Down Expand Up @@ -254,12 +262,6 @@
color: #1f70de;
}

.tui-editor-contents {
font-size: 13px;
margin: 0;
padding: 0;
}

.tui-editor-contents .task-list-item {
border: 0;
list-style: none;
Expand Down

0 comments on commit 5ec7db0

Please sign in to comment.