tempus/app/src/main/res/font/open_sans_font_family.xml

7 lines
369 B
XML
Raw Normal View History

2020-11-20 15:38:08 +01:00
<?xml version="1.0" encoding="utf-8"?>
<font-family
xmlns:app="http://schemas.android.com/apk/res-auto">
<font app:font="@font/regular" app:fontStyle="normal" app:fontWeight="400" />
<font app:font="@font/bold" app:fontStyle="normal" app:fontWeight="700" />
2020-11-22 19:11:38 +01:00
<font app:font="@font/extra_bold" app:fontStyle="normal" app:fontWeight="900" />
2020-11-20 15:38:08 +01:00
</font-family>