@font-face
↔ to declare web font - will not trigger immediate download
not worth Latency to fetch web fonts from CDN - or add whole pkg to it - just dl local copy & @import
into global CSS
WOFF2
brotli Compression > WOFF v1 - phase out WOFF (v1) in future, keep for compat with ancient browser
unicode-range
must add to @font-face
to serve subset Glyphs of font css scope to Latin/Cyrillic chars
References
unicode-range
↔ must add to@font-face
to serve subset Glyphs of font css scope to Latin/Cyrillic chars