1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
| @charset "UTF-8";
| /**
| * @fileoverview style for content
| * @author NHN Ent. FE Development Lab <dl_javascript@nhnent.com>
| */
|
| .CodeMirror {
| font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
| }
|
| .tui-editor-contents *:not(table) {
| line-height: 160%;
| box-sizing: content-box;
| }
|
| .tui-editor-contents i,
| .tui-editor-contents cite,
| .tui-editor-contents em,
| .tu
|
|