Files
tempo/app/src/main/res/font/opensans.xml
CappielloAntonio 1c0265c12e Layouts XML cleanup
2021-04-27 11:12:20 +02:00

7 lines
396 B
XML

<?xml version="1.0" encoding="utf-8"?>
<font-family
xmlns:app="http://schemas.android.com/apk/res-auto">
<font app:font="@font/opensans_regular" app:fontStyle="normal" app:fontWeight="400" />
<font app:font="@font/opensans_bold" app:fontStyle="normal" app:fontWeight="700" />
<font app:font="@font/opensans_extra_bold" app:fontStyle="normal" app:fontWeight="900" />
</font-family>