ariane/app/src/main/res/font/code_font.xml

8 lines
255 B
XML
Raw Normal View History

2020-11-16 14:58:57 +00:00
<?xml version="1.0" encoding="utf-8"?>
<font-family xmlns:android="http://schemas.android.com/apk/res/android">
<font
android:fontStyle="normal"
android:fontWeight="400"
android:font="@font/deja_vu_sans_mono" />
</font-family>