Quote from
asmat on October 2, 2019, 8:15 pm
Yes Luishp finally I have understood it.
This is the way to use custom font in android platform:
step1: add your custom font at =>project=>properties=>Libraries/files
step2: Add the below css code at =>project=>propertis=>Styles
@font-face {
font-family: "my-font";
src: url("../fonts/yekan.ttf"); //yekan.ttf is my font.
}
.class-myfont {
font-family: my-font;
}
Yes Luishp finally I have understood it.
This is the way to use custom font in android platform:
step1: add your custom font at =>project=>properties=>Libraries/files
step2: Add the below css code at =>project=>propertis=>Styles
@font-face {
font-family: "my-font";
src: url("../fonts/yekan.ttf"); //yekan.ttf is my font.
}
.class-myfont {
font-family: my-font;
}
Uploaded files:- You need to login to have access to uploads.
luishp, Vadim and 4 other users have reacted to this post.
luishpVadimCDY@44danitojavadrajabihakamiEduardoVolpi