-
https://web.dev/articles/variable-fonts#loading_variable_font_files gives this CSS example for loading Roboto Flex, an advanced variable font:
```
@font-face {
font-family: 'Roboto Flex';
…
-
### Link to the code that reproduces this issue
https://github.com/tr1s/trisanity
### To Reproduce
1. `npm i`
2. `npm run dev`
These hydration errors will show this:
![CleanShot 2024-1…
tr1s updated
14 hours ago
-
### Link to the code that reproduces this issue
https://github.com/byytelope/tailwind4test
### To Reproduce
1. Start using `next dev`
2. See that the mono font is applied to the text, and font fil…
-
### Link to the code that reproduces this issue
https://github.com/infinity-atom42/nextjs-turbopack-bug
### To Reproduce
1. **Initialize a New Next.js Project:**
```bash
npx create-…
-
Module not found: Can't resolve './fonts/slick.svg#slick'
15 | src: url('./fonts/slick.eot');
16 | src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.wo…
-
In
```js
me.preloadFonts = function (fonts, next) {
```
I am unable to handle thrown errors from invalid font names fetched....
-
### Verify canary release
- [X] I verified that the issue exists in the latest Next.js canary release
### Provide environment information
```bash
Operating System:
Platform: darwin
Ar…
-
### Is your feature request related to a problem? Please describe.
When copy-pasting a file across teams importing from Figma (unless the Penpot font id is correctly specified), custom fonts are lost…
-
I just discovered that [Fork Awesome](https://github.com/ForkAwesome/Fork-Awesome) which is used by W for icons, **is deprecated**. That's what is written on the README.
I red a bit about the reaso…
-
### Link to the code that reproduces this issue
https://codesandbox.io/p/devbox/next-js-15-d55c3c
### To Reproduce
1. Run the application in development mode (next dev).
2. Check the respons…