vuepress / vuepress-theme-blog

Default blog theme for VuePress.
https://vuepress-theme-blog.billyyyyy3320.com/
MIT License
211 stars 129 forks source link

imp(fonts) use font-display swap to prevent FOIT #71

Closed Kocal closed 4 years ago

Kocal commented 4 years ago

Summary

When the custom font PT Serif is downloading, headings are not visible until the custom font is downloaded. This is what we call Flash Of Invisible Text (FOIT).

To prevent this, we cant set @font-display: swap to:

This is called Flash on Unstyled Text (FOUT), and it's preferable over FOIT since you can directly see the content.

Read more at: https://css-tricks.com/font-display-masses/

What kind of change does this PR introduce? (check at least one)

If changing the UI of default theme, please provide the before/after screenshot:

.

Does this PR introduce a breaking change? (check one)

If yes, please describe the impact and migration path for existing applications:

The PR fulfills these requirements:

You have tested in the following browsers: (Providing a detailed version will be better.)

If adding a new feature, the PR's description includes:

To avoid wasting your time, it's best to open a feature request issue first and wait for approval before working on it.

Other information: