I've a web app built using AngularJS.
I want to set the font to 'bariol Regular' throughout my entire web app.
For it I tried following code in common css file but it didn't changed the current font or is the font getting changed but at the same time getting override with other font. I'm not understanding the exact cause.
body {
font-family: bariol Regular;
}
I didn't download anything, didn't give any URL for the font in css, etc.,etc.
I just wrote above line of code in common css file.
Can someone please guide me in this regard please? Thanks.