diff --git a/source/wp-content/themes/wporg-parent-2021/inc/rosetta-styles.php b/source/wp-content/themes/wporg-parent-2021/inc/rosetta-styles.php index 374d425a..cd32e6a6 100644 --- a/source/wp-content/themes/wporg-parent-2021/inc/rosetta-styles.php +++ b/source/wp-content/themes/wporg-parent-2021/inc/rosetta-styles.php @@ -137,6 +137,18 @@ function get_locale_settings( $locale ) { ], ], ]; + case 'vi': + return [ + 'typography' => [ + 'fontFamilies' => [ + // Unset courier-prime, does not support Vietnamese diacritics. + [ + 'fontFamily' => '', + 'slug' => 'courier-prime', + ], + ], + ], + ]; } return false; }