YIZHUANG / react-multi-carousel

A lightweight production-ready Carousel that rocks supports multiple items and server-side rendering with no dependency. Bundle size 2kb.
MIT License
1.29k stars 289 forks source link

feature/add-font-swap #285

Open GleisonOliveira opened 3 years ago

GleisonOliveira commented 3 years ago

To improve SEO optimization using Google Tools, all webfonts should be swapped to ensure text remains visible during webfont load (Link to more info)

This PR add font-display: swap to CSS core to meet specified requirements.