Skip to content

Releases: rishi-raj-jain/astro-font

[email protected]

17 Jan 07:49
7de84c0
Compare
Choose a tag to compare
  • add support for Google Fonts URLs + Any CDN URL that responds back with CSS

[email protected]

17 Jan 07:49
7de84c0
Compare
Choose a tag to compare
  • remove github-slugger as the package dependency

[email protected]

17 Jan 07:49
7de84c0
Compare
Choose a tag to compare
  • allow granular configuration of preloads per font per config
  • hide errors occured during determining write access (for lesser noise in terminals)

[email protected]

10 Jan 10:46
Compare
Choose a tag to compare
  • introduce cssVariable per config optional flag to ship font-family style in a CSS variable
  • make selector per config optional

[email protected]

08 Jan 06:31
Compare
Choose a tag to compare
  • 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)