fix font display mode

pull/406/head
saeziae 2022-03-04 18:04:42 +08:00
parent ec27b31ad8
commit 880ff660d3
1 changed files with 2 additions and 2 deletions

View File

@ -2,11 +2,11 @@
* Basic typography style for copy text
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans&family=Noto+Sans+SC&family=Noto+Sans+JP&family=IBM+Plex+Sans+Thai+Looped");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans&family=Noto+Sans+SC&family=Noto+Sans+JP&family=IBM+Plex+Sans+Thai+Looped&display=swap");
@font-face {
font-family: LXGWClearGothic;
src: url("../fonts/LXGWClearGothic-Regular.ttf");
src: url("../fonts/LXGWClearGothic-Regular.ttf&display=swap");
}
body {