-
Reproduction:
util/hb-subset --gids-file gids.txt test/subset/data/fonts/Roboto-Regular.abc.ttf -o out.ttf
Errors with: "hb-subset: gids.txt: Failed loading font face"
While:
util/hb-subset --…
-
The current font-face syntax is the following :
``` sass
@include font-face(
'My Font',
font-files(
"myfont.woff",
"myfont.ttf",
"myfont.otf",
"myfont.svgz#Reg…
-
This is amazing , but is css3 @font-face supported? The doc doesn't mentioned?
-
Change the font face of the content and title of website. Making this more attractive :D
-
Before I release this package, I want to include `@font-face` since it's pretty important for a lot of web development.
-
Hey all,
I noticed that the PDF Template function is referring in the font face to a specific .ttf font file:
@font-face {
font-family: 'DejaVu Sans';
src: url('alfio-internal:/DejaVuSans.ttf'…
-
- Works for local html string
- Does not work for network web page. Tried `local`, `url` 😢
-
I don't mind the font that YakYak uses, but it would be really nice to be able to explicitly choose any desired font that's installed on the system for conversations and the conversations sidebar.
-
First, let me say, I just recently discovered OpenSCAD and I am really enjoying using it. It's become my main 3D modeling software. Thanks to all who make it possible.
On the Mac versions 2024.10.1…
-
Is it possible to limit the font outputs to ONLY woff2?
This works for only generating the `.css` instead of `.less, .sass, ....`:
```
css: {
output: "output",
include: "\\.(css)$"
}
``…