-
Would you consider adding the ability to generate font URLs for Sass/Scss that include a `$font-path` variable? This would help with our Bootstrap Icons project where we want folks to be able to impor…
-
[CSS Fonts Level 4](https://www.w3.org/TR/css-fonts-4/#font-prop-desc) adds an `auto` value to `font-weight`, `font-style`, and `font-stretch` in `@font-face` rules and uses it as the initial value of…
wezm updated
9 months ago
-
as per the catppuccin docs, the keys/properties are supposed to be blue right?
for eg on nix for vscode, we get the blue color:
![image](https://github.com/user-attachments/assets/b66c8004-42e7-4ea7…
-
I had to write a lot of emails recently and noticed some strange behaviors in the editor:
- If I write in plain mode and then switch to HTML mode, an additional empty line is inserted after each li…
-
```
Judging from http://www.fonts2u.com/chess-alpha.font the Chess Alpha font is
fine to use from font-face, so users don't need it installed to print diagrams.
Judging from https://bugzilla.mozilla.…
-
The main idea is to only import the fonts needed on each project (the same approach we do with the mixins, instead of exporting behaviour we don't need, only use what you want)
The main idea was …
-
When mixing fonts of different scripts into one font family with the `@font-face` declaration, sometimes the sizes of the fonts do not match. When mixing these scripts in one paragraph, we have to use…
-
It seems that Inliner gives 404 errors when @font-face references font files relatively. The first workaround I used was absolute URLs, ex: `https://localhost:3000/font/Gotham Bold.ttf`
I found ano…
-
-
This is a general issue about making it easier to style forms. Right now, we have an out of the box styling, and our general answer to the rest is "write custom CSS". But this is hard and error-prone.…