Releases: rishi-raj-jain/astro-font
Releases · rishi-raj-jain/astro-font
[email protected]
- add support for Google Fonts URLs + Any CDN URL that responds back with CSS
[email protected]
- remove
github-slugger
as the package dependency
[email protected]
- allow granular configuration of preloads per font per config
- hide errors occured during determining write access (for lesser noise in terminals)
[email protected]
- introduce
cssVariable
per config optional flag to shipfont-family
style in a CSS variable - make
selector
per config optional
[email protected]
- gracefully handles non fallback-font computation scenarios
- introduce
fetch
per config flag to decide which set of fonts to be localized - files are NOT fetched and localized by default, everything remains as-is to provide a better DX
- gracefully handles non-caching scenarios
- got rid of custom
.astro_font
directory for caching (less things to see/learn)