overlay: Use google-sans for remaining font configs

Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
Signed-off-by: AnierinB <anierin@evolution-x.org>
This commit is contained in:
Pranav Vashi
2023-11-27 10:46:19 +05:30
committed by Joey
parent 539f263c54
commit aec455072f

View File

@@ -170,5 +170,11 @@
<string name="config_rawContactsLocalAccountType" translatable="false">com.android.contacts</string>
<!-- Name of the font family to use in the default lockscreen clock -->
<string name="config_clockFontFamily" translatable="false" />
<string name="config_clockFontFamily" translatable="false">google-sans-clock</string>
<!-- Name of a font family to use as light font. For theming purpose. -->
<string name="config_lightFontFamily" translatable="false">google-sans-text</string>
<!-- Name of a font family to use as regular font. For theming purpose. -->
<string name="config_regularFontFamily" translatable="false">google-sans</string>
</resources>