mirror of
https://github.com/AU-COVIDSafe/mobile-android.git
synced 2025-04-19 21:15:18 +00:00
16 lines
686 B
XML
16 lines
686 B
XML
![]() |
<?xml version="1.0" encoding="utf-8"?><!--<roboto_regular-family xmlns:android="http://schemas.android.com/apk/res/android">-->
|
||
|
<!-- <roboto_regular-->
|
||
|
<!-- android:fontStyle="normal"-->
|
||
|
<!-- android:fontWeight="400"-->
|
||
|
<!-- android:roboto_regular="@roboto_regular/HKNova_Regular" />-->
|
||
|
<!-- <roboto_regular-->
|
||
|
<!-- android:fontStyle="bold"-->
|
||
|
<!-- android:fontWeight="400"-->
|
||
|
<!-- android:roboto_regular="@roboto_regular/HKNova_Bold" />-->
|
||
|
<!--</roboto_regular-family>-->
|
||
|
|
||
|
<font-family xmlns:app="http://schemas.android.com/apk/res-auto">
|
||
|
<font
|
||
|
app:font="@font/roboto_regular"
|
||
|
app:fontStyle="normal" />
|
||
|
</font-family>
|