I was looking at a website earlier today and they had a really cool font. I looked at their code and this is what it was:
font-family: "Museo300Regular", Helvetica, Arial, sans-serif;
I tried that for a site I'm building but it did nothing... Why won't the font change take effect on my site. Also why is "Museo300Regular"
in quotes and the rest isn't?
The site is done with Bootstrap and so is mine so not sure why it's not working.
EDIT:::::::::::
Okay so I have to download it apparently, but how do I get it to be accessible by my bootstrap sass stylesheets?