hi how can i use some custom font in my ionic app? for example this font http://fontonline.ir/btitrbold.html
<link href='http://www.fontonline.ir/css/BTitrBold.css' rel='stylesheet' type='text/css'>
but if my app is offline fonts won't load i open the Reference
@font-face {
font-family: 'BTitrBold';
src: url('http://fontonline.ir/fonts/BTitrBold.eot?#') format('eot'),
url('http://fontonline.ir/fonts/BTitrBold.ttf') format('truetype'),
url('http://fontonline.ir/fonts/BTitrBold.woff') format('woff');
}
can i download fonts and put it in for example assets folder and change style code to load it offline?