We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38356b2 commit 34a7f18Copy full SHA for 34a7f18
src/components/tw-fonts-modal/font-fallback.jsx
@@ -27,6 +27,8 @@ class FontFallbackButton extends React.Component {
27
return '한국어';
28
case VanillaFonts.JAPANESE:
29
return '日本語';
30
+ case VanillaFonts.MOPED_LIKE:
31
+ return 'Mopeds';
32
}
33
return this.props.family;
34
0 commit comments