CJ 1 년 전
부모
커밋
eadadee090
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      templates/management/article/edit_article.html
  2. 1 1
      templates/management/article/new_article.html

+ 1 - 1
templates/management/article/edit_article.html

@@ -281,7 +281,7 @@
                     },
                       {
                         name: 'Noto',
-                        value: 'Noto Serif SC'
+                        value: "'Noto Serif SC', serif,'Helvetica Neue',Arial,Helvetica,sans-serif"
                     },
                     'Arial',
                     'Tahoma',

+ 1 - 1
templates/management/article/new_article.html

@@ -264,7 +264,7 @@
                     },
                     {
                         name: 'Noto',
-                        value: 'Noto Serif SC'
+                        value: "'Noto Serif SC', serif,'Helvetica Neue',Arial,Helvetica,sans-serif"
                     },
                     'Arial',
                     'Tahoma',