You can create font folder under res directory in last version Android studio 3 .Then copy and past it you'r font to font folder. Now just add fontFamily
to EditText tag xml.
like below.
We use android:fontFamily="@font/ritaric"
for apply font on EditText.