ladybird/vcpkg.json
Andreas Kling 2f68e36137 Ladybird: Use fontconfig to choose generic fonts on non-Apple systems
If we get a suggestion from fontconfig, we try those fonts first, before
falling back on the hard coded list of known suitable fonts for each
generic family.
2024-06-08 10:23:36 +02:00

26 lines
425 B
JSON

{
"builtin-baseline": "01f602195983451bc83e72f4214af2cbc495aa94",
"dependencies": [
"sqlite3",
"woff2",
{
"name": "fontconfig",
"platform": "linux | freebsd | openbsd"
}
],
"overrides": [
{
"name": "sqlite3",
"version": "3.45.3"
},
{
"name": "woff2",
"version": "1.0.2#4"
},
{
"name": "fontconfig",
"version": "2.14.2#1"
}
]
}