[Return]

Report a post

Preview
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.
Post number No.66506
Board Site Discussion@Heyuri
Optional. Describe what's wrong with it.