0

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?

Hamed Minaee
  • 2,480
  • 4
  • 35
  • 63
  • 1
    you need to import the font in order to use it. you did that ? – Temani Afif Jun 24 '18 at 15:26
  • @TemaniAfif Thanks for answering what do you mean by import? Are they not free and available by default? – Hamed Minaee Jun 24 '18 at 15:29
  • no they are not – Temani Afif Jun 24 '18 at 15:29
  • So are they not free? or free but not available by default? – Hamed Minaee Jun 24 '18 at 15:30
  • They are not available by default .. free or not, I don't know, but in all the cases you have to import them .. check the duplicate questions to know how – Temani Afif Jun 24 '18 at 15:31
  • @TemaniAfif is there anyway I can check if they are free fonts or not? – Hamed Minaee Jun 24 '18 at 15:33
  • you simply need to search them on the net ... if you find them so they are free, if not you will get a way to buy them – Temani Afif Jun 24 '18 at 15:41
  • You should definitelly check out Google Fonts. They have a wide collection of free and professional fonts which work perfectly on the web. https://fonts.google.com Hope it helps! – Bögözi Jun 24 '18 at 16:04
  • Thanks a lot @Bögözi. Very helpful. I think google does not support the fonts I need though. At least I could not find those there – Hamed Minaee Jun 24 '18 at 16:25
  • 1
    @HamedMinaee You are welcome. You know, you could look for a "web-safe" substitute for your font, because not all fonts will work on the web and it can be pretty complicated to make them work. You complicate your life and it doesn't worth it. Cheers – Bögözi Jun 24 '18 at 16:28

0 Answers0