It's a little annoying how all the text is sometimes invisible for a few seconds when you load a page on Heyuri. Consider fixing it by adding "font-display:swap;" into teh CSS. Like this:@font-face { font-family: 'Osaka'; font-style: normal; unicode-range: U+0-10FFFF; font-weight: normal; src: url('https://static.heyuri.net/css/Osaka.woff'); font-display: swap;}This causes the browser to use an alternate/default font until the font file has finished loading, and then swaps to the correct font.Marked for deletion (Old)
@font-face { font-family: 'Osaka'; font-style: normal; unicode-range: U+0-10FFFF; font-weight: normal; src: url('https://static.heyuri.net/css/Osaka.woff'); font-display: swap;}
should be fixed now