fix font display mode
parent
ec27b31ad8
commit
880ff660d3
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue