fontaine icon indicating copy to clipboard operation
fontaine copied to clipboard

Automatic font fallback based on font metrics

Results 16 fontaine issues
Sort by recently updated
recently updated
newest added

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Awaiting Schedule These updates are awaiting their schedule. Click on a checkbox to...

### 📚 What are you trying to do? I was loading this through nuxt-fontaine, and then through nuxt-fonts and it seems like CLS is actually worse using this package. We're...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [magic-string](https://togithub.com/rich-harris/magic-string) | [`0.30.9` -> `0.30.10`](https://renovatebot.com/diffs/npm/magic-string/0.30.9/0.30.10) | [![age](https://developer.mend.io/api/mc/badges/age/npm/magic-string/0.30.10?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

dependencies
chore

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [vite](https://vitejs.dev) ([source](https://togithub.com/vitejs/vite/tree/HEAD/packages/vite)) | [`5.2.8` -> `5.2.11`](https://renovatebot.com/diffs/npm/vite/5.2.8/5.2.11) |...

dependencies
chore

Support font-weight, font-style, and font-stretch @font-face properties as discussed in #53

### 🆒 Your use case Sometimes we have this setup: ``` @font-face { font-family: 'Biennale'; font-weight: 400; font-style: normal; font-display: swap; src: url('~/assets/fonts/Biennale-Book.woff2') format('woff2'), url('~/assets/fonts/Biennale-Book.woff') format('woff'); } @font-face { font-family:...

enhancement

### 🐛 The bug When attaching fonts via [Fontsource](https://fontsource.org/) ([4k stars](https://github.com/fontsource/fontsource) on Github), a fallback font is added to `font-family`, but `@font-face` is not created for it. ### 🛠️ To...

bug

### 🆒 Your use case Update README to show usage with tailwind. ### 🆕 The solution you'd like This is how I got it to work. The module adds the...

enhancement

### 🐛 The bug There are some packages, for example, the [inter-ui](https://www.npmjs.com/package/inter-ui) NPM package (which is recommended by the [official inter GH readme for NPM](https://github.com/rsms/inter/#alternate-distributions)) which, very unfortunately, have parens...

bug