Skip to content

jeremenichelli/font-strategy-single-page-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Font loading strategy for single page applications

React project showing how to observe fonts in single page apps.

This React application loads a separate bundle on mount that observes web fonts and switch to them when ready to not block content using dynamic import and font face observer package.

Find out how it is done in this article.

Local development

This project was created thanks to create-react-app, check out its documentation to see how to start the project.