Fix #2052 move all charset and import statements to the beginning of concatenated CSS scripts

This commit is contained in:
Kijin Sung 2022-12-28 00:06:50 +09:00
parent a55ba4fab9
commit d34d08438f
5 changed files with 38 additions and 13 deletions

View file

@ -1,4 +1,4 @@
@charset "UTF-8";
@charset "CP949";
@import url(concat.source3.css);
@import url(//fonts.googleapis.com/earlyaccess/nanumgothic.css);
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR&display=swap');