I need to change the source of a Textview
. My question is the following the fonts for the letters are special for android or serves a standard. I suggest some bookstore or source download page, thanks.
For example:
I will place my Textview
so that it is not based on opinions: p
<TextView
android:id="@+id/textView"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_below="@+id/imageView2"
android:layout_centerHorizontal="true"
android:layout_marginTop="10dp"
android:text="CARROS A PEDALES"
android:textColor="#ffffff"
android:textSize="21dp"
android:textStyle="bold" />