I am designing a web page and a client sent me the following request for the free web fonts available in the web:
Robot Condensed: Vonnes Narroe Book
Source Sans Pro: Vonnes Narrow Book
Rufina:
Whitman Banner Bold Source Serif Pro:
Georgia Regular
and here is a css class I use to add them:
.header-text-font-family{
font-family: "Whitman Ban Bd" !important;
}
.mainContainer {
font-family: "Georgia Pro Reg" !important;
}
To be honest I never worked with these and when I apply them I cannot notice any changes in the web form. Are they free fonts supported by browsers? Or better to ask How can I make sure they are free fonts available on the web?