This commit is contained in:
2025-04-13 07:49:51 +08:00
parent 9844cfcc76
commit 0e85d46bbe
4 changed files with 16 additions and 10 deletions

View File

@ -17,13 +17,16 @@
*/
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<!-- Name of a font family to use for body text. -->
<string name="config_bodyFontFamily" translatable="false">wkmono</string>
<!-- Name of a font family to use for medium body text. -->
<string name="config_bodyFontFamilyMedium" translatable="false">wkmono-medium</string>
<!-- Name of a font family to use for headlines. If empty, falls back to platform default -->
<string name="config_bodyFontFamilyBold" translatable="false">wkmono-bold</string>
<string name="config_headlineFontFamily" translatable="false">wkmono</string>
<!-- Name of the font family used for system surfaces where the font should use medium weight -->
<string name="config_headlineFontFamilyMedium" translatable="false">wkmono-medium</string>
<string name="config_headlineFontFamilyBold" translatable="false">wkmono-bold</string>
<string name="config_labelFontFamily" translatable="false">wkmono</string>
<string name="config_labelFontFamilyMedium" translatable="false">wkmono-medium</string>
<string name="config_labelFontFamilyBold" translatable="false">wkmono-bold</string>
</resources>