Hi, i want to use “Comfortaa” font in my application,to all page(like default font).i used the font using url.
like this:
<style>
@import url('https://fonts.googleapis.com/css?family=Comfortaa');
</style>
font-family: 'Comfortaa'
but application is in offline the font did not work in my aaplication.how i can use the font in both offline and online condition.
when app is in offline it shows a italic type font.
like this