Forum Moderators: not2easy
@font-face{
src: url(https://example.com/CALIBRI.ttf);
font-family: 'Calibri', sans-serif;
}
I'm using a host that does not allow me to upload files because it is a CMS.
src: url(https://example.com/CALIBRI.ttf);
font-family: 'Calibri', sans-serif;
local(fontname),
so if users happen to have the font installed, the browser doesn't have to take an extra triip-- especially when it's going to an entirely different server. Fontname is whatever name the computer itself uses on dropdowns and so on, not the complete filename in .ttf or other extension.