-
## Environment
linaria: "2.3.1"
@linaria/babel-preset: "3.0.0-beta.15",
@linaria/shaker: "3.0.0-beta.15",
@callstack/react-theme-provider": "3.0.7",
implemented in nextjs: 12.0.4
Node: 16.13…
R4YM3 updated
2 years ago
-
### Is there an existing issue for the same bug?
- [X] I have checked the existing issues.
### Describe the bug and reproduction steps
The font size for the code is a little bigger, and the spaces …
rbren updated
17 hours ago
-
### 🆒 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/fon…
-
(this is a follow up from https://github.com/w3c/csswg-drafts/issues/8914#issuecomment-1651137267)
While we have the ability to specify a precise angle of oblique fonts (thanks to `font-style: norm…
-
This is something I'm interested in implementing, opening an issue here to discuss feasibility and potential pitfalls.
Assuming this is a desirable feature, would it be preferable to add a check if…
-
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';
…
-
in font awesome, we cant download another style
like this:
https://fontawesome.com/icons/face-awesome?f=classic&s=regular
or this:
https://fontawesome.com/icons/face-awesome?f=sharp-duotone&s=soli…
-
For CSS property ```text-rendering: optimizeLegibility;``` in @font-face section the validator returns an error message.
-
I have a font-face definition
```scss
@font-face {
font-family: 'NotoSans';
font-style: normal;
font-weight: 400;
src: url('../assets/fonts/NotoSans400.ttf') format('truetype');
}
``…
-
```
http://www.w3.org/TR/css3-fonts/#font-resources
https://developer.mozilla.org/en/CSS/@font-face
```
Original issue reported on code.google.com by `fabien.menager` on 14 Sep 2010 at 8:03