How to make a two word font into one word for HTML code?

I'm customizing a prewritten HTML. I've never done this before, so it's all intuitive, and I want to change the font. Right now it says:

text-align: left; font-family:gabriola;

I want it to be MV Boli instead of Gabriola, but nothing happens when I input MV Boli, MVBoli, MV-Boli, MV_Boli, or anything else. What do I type?
 
Back
Top