mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-30 15:52:17 +09:00
Fix #1729 @import of external URL in concatenated CSS
This commit is contained in:
parent
858b3f68b1
commit
b01a148675
4 changed files with 15 additions and 1 deletions
|
|
@ -1,5 +1,7 @@
|
|||
@charset "UTF-8";
|
||||
@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');
|
||||
.wordpress {
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue