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

+ 5 - 2
templates/management/article/edit_article.html

@@ -278,11 +278,14 @@
                     }, {
                         name: '翩翩体-简',
                         value: 'Hanzipen SC'
+                    },
+                      {
+                        name: 'Noto',
+                        value: 'Noto Serif SC'
                     },
                     'Arial',
                     'Tahoma',
-                    'Verdana',
-                    'Noto Serif SC'
+                    'Verdana'
                 ]
             },
             uploadImage: {

+ 5 - 2
templates/management/article/new_article.html

@@ -262,10 +262,13 @@
                         name: '翩翩体-简',
                         value: 'Hanzipen SC'
                     },
+                    {
+                        name: 'Noto',
+                        value: 'Noto Serif SC'
+                    },
                     'Arial',
                     'Tahoma',
-                    'Verdana',
-                    'Noto Serif SC'
+                    'Verdana'
                 ]
             },
             uploadImage: {