Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

switch to Noto Naskh #2496

Merged
merged 1 commit into from
Dec 17, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 10 additions & 9 deletions style.mss
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,12 @@ but there are some exceptions
See also https://github.com/gravitystorm/openstreetmap-carto/issues/2208)
2. Noto provides three variants of Arabic: Noto Kufi Arabic, Noto Naskh Arabic
and Noto Nastaliq Urdu. Noto Kufi Arabic is the one that is most similiar to a
Sans style, so this one is used while both other variants are ignored. Arabic
fonts are placed behind Sans fonts because they might re-define some commonly
used signs like parenthesis or quotation marks, and the arabic design should
not overwrite the standard design.
and Noto Nastaliq Urdu. Naskh is the most commonly used style of Arabic.
Furthermore, Noto Naskh is the Arabic font of the Noto family with the greatest
coverage and the only one that has an UI variant. Therefor this style uses
Noto Naskh Arabic UI. The Arabic fonts are placed behind Sans fonts because
they might re-define some commonly used signs like parenthesis or quotation
marks, and the arabic design should not overwrite the standard design.
3. Noto provides two variants of Emoji: Noto Color Emoji and Noto Emoji. The
colour variant is a SVG flavoured OpenType font that contains coloured emojis.
Expand Down Expand Up @@ -111,7 +112,7 @@ A regular style.
"Noto Sans Vai Regular",
"Noto Sans Yi Regular",

"Noto Kufi Arabic Regular",
"Noto Naskh Arabic UI Regular",

"Noto Emoji Regular",

Expand Down Expand Up @@ -188,9 +189,9 @@ regular text and can be used for emphasis. Fallback is a regular style.
"Noto Sans Vai Regular",
"Noto Sans Yi Regular",

"Noto Kufi Arabic Bold",
"Noto Naskh Arabic UI Bold",

"Noto Kufi Arabic Regular",
"Noto Naskh Arabic UI Regular",

"Noto Emoji Regular",

Expand Down Expand Up @@ -263,7 +264,7 @@ For a considerable number of labels this style will make no difference to the re
"Noto Sans Vai Regular",
"Noto Sans Yi Regular",

"Noto Kufi Arabic Regular",
"Noto Naskh Arabic UI Regular",

"Noto Emoji Regular",

Expand Down