You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.
In openstreetmap-carto we try to fall back from bold fonts to book fonts with MSS like this
@book-fonts:"DejaVu Sans Book","Arundina Sans Regular","Padauk Regular","Khmer OS Metal Chrieng Regular","Droid Sans Fallback Regular","unifont Medium";
@bold-fonts:"DejaVu Sans Bold","Arundina Sans Bold","Padauk Bold","DejaVu Sans Book","Arundina Sans Regular","Padauk Regular","Khmer OS Metal Chrieng Regular","Droid Sans Fallback Regular","unifont Medium";
@oblique-fonts:"DejaVu Sans Oblique","Arundina Sans Italic","DejaVu Sans Book","Arundina Sans Regular","Padauk Regular","Khmer OS Metal Chrieng Regular","Droid Sans Fallback Regular","unifont Medium";
This means repeating the @book-fonts list of fonts for both bold and oblique. It would be cleaner to be able to refer to it once. Apparently @bold-fonts: "DejaVu Sans Bold", "Arundina Sans Bold", "Padauk Bold", @book-fonts results in it attempting to find a font with the name of all of the book fonts.
The text was updated successfully, but these errors were encountered:
In openstreetmap-carto we try to fall back from bold fonts to book fonts with MSS like this
This means repeating the
@book-fonts
list of fonts for both bold and oblique. It would be cleaner to be able to refer to it once. Apparently@bold-fonts: "DejaVu Sans Bold", "Arundina Sans Bold", "Padauk Bold", @book-fonts
results in it attempting to find a font with the name of all of the book fonts.The text was updated successfully, but these errors were encountered: