Skip to content

Commit

Permalink
swap order of common and subset in lang switcher
Browse files Browse the repository at this point in the history
  • Loading branch information
indirectlylit committed Nov 30, 2021
1 parent 8b33e8b commit c5c2400
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
.full-fonts-loaded & {
// Unlike in the 'font-family-noto' mixin, here 'noto-full' has the lowest priority
// to prevent downloading full font files simply to display a single language name.
font-family: 'noto-subset', 'noto-common', 'noto-full', sans-serif;
font-family: 'noto-common', 'noto-subset', 'noto-full', sans-serif;
}
}

0 comments on commit c5c2400

Please sign in to comment.