mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 01:09:25 +00:00
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.
This commit is contained in:
committed by
Andreas Kling
parent
0c683af57e
commit
2f68e36137
10
vcpkg.json
10
vcpkg.json
@@ -2,7 +2,11 @@
|
||||
"builtin-baseline": "01f602195983451bc83e72f4214af2cbc495aa94",
|
||||
"dependencies": [
|
||||
"sqlite3",
|
||||
"woff2"
|
||||
"woff2",
|
||||
{
|
||||
"name": "fontconfig",
|
||||
"platform": "linux | freebsd | openbsd"
|
||||
}
|
||||
],
|
||||
"overrides": [
|
||||
{
|
||||
@@ -12,6 +16,10 @@
|
||||
{
|
||||
"name": "woff2",
|
||||
"version": "1.0.2#4"
|
||||
},
|
||||
{
|
||||
"name": "fontconfig",
|
||||
"version": "2.14.2#1"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user