mirror of https://github.com/M66B/FairEmail.git
10 lines
377 B
XML
10 lines
377 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<font-family xmlns:app="http://schemas.android.com/apk/res-auto">
|
|
<!-- https://developer.android.com/guide/topics/ui/look-and-feel/fonts-in-xml -->
|
|
<font
|
|
app:font="@font/endor"
|
|
app:fontStyle="normal"
|
|
app:fontWeight="400">
|
|
<!-- https://www.1001freefonts.com/endor.font -->
|
|
</font>
|
|
</font-family> |