Skip to content

Commit

Permalink
CLDR-16595 Use Noto Nastaliq Urdu in surveytool for Kashmiri and Urdu
Browse files Browse the repository at this point in the history
  • Loading branch information
Manishearth authored and srl295 committed Jan 25, 2024
1 parent 75a12cd commit 0a51199
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion tools/cldr-apps/src/main/webapp/surveytool.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
/* TODO: should load this locally via webpack, see https://unicode-org.atlassian.net/browse/CLDR-9195 */
@import url("//fonts.googleapis.com/css?family=Noto+Sans:400italic,700italic,400,700");
@import url("//fonts.googleapis.com/css?family=Noto+Sans+Symbols:400italic,700italic,400,700");
@import url("//fonts.googleapis.com/css?family=Noto+Nastaliq+Urdu");

span.age {
font-weight: bold;
Expand Down Expand Up @@ -1683,7 +1684,7 @@ table#voteinfo thead th:first-child {
*/
.cldrValue {
white-space: pre-wrap;
/* See the top of this file for language specific CSS, including specific
/* See the the section below this one for language specific CSS, including specific
font overrides. */
font-family: "Noto Sans",
"Noto Sans Symbols",
Expand All @@ -1702,6 +1703,13 @@ The the following can work here:
*/

/* Kashmiri and Urdu are typically in Nastaliq. Kashmiri in particular uses a letter that is
not rendered correctly in Noto Naskh (see CLDR-16595) */

:lang(ks), :lang(ur) {
font-family: "Noto Nastaliq Urdu";
}

/* The following is directly includeable as per https://github.com/saturngod/mmwebfonts/issues/4 */
@font-face {
font-family:'MON3 Anonta 1';
Expand Down

0 comments on commit 0a51199

Please sign in to comment.