Skip to content

Commit

Permalink
Adding font families for Arabic and Hebrew. (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
tappily authored and lazd committed Dec 13, 2018
1 parent 4f90fcc commit b9a274b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/typography/font.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
font-family: var(--spectrum-font-family-base);
font-size: var(--spectrum-text-size);

&:lang(ar) {
font-family: var(--spectrum-font-family-ar);
}

&:lang(he) {
font-family: var(--spectrum-font-family-he);
}

&:lang(zh-Hans) {
font-family: var(--spectrum-font-family-zhhans);
}
Expand Down

0 comments on commit b9a274b

Please sign in to comment.