Hello forum, first time posting here, thank you in advance, i usually find my answers by searching but this goes beyond my searching (or coding) abilities.
Ok im modifiying a website with brackets, i come from a dreamweaver background and im unable to set the font face on the web.
The fonts are OTF i have them on the font folder
I will appreciate any help on this.
Thank you.
Here is my HTML and my css on google drive
https://drive.google.com/open?id=0ByVkXP7SMJWLdngzTjV0VFBBUVU
https://drive.google.com/open?id=0ByVkXP7SMJWLZi02OFVfNTBfSzg
Hi solrac8126, Where is the
Hi solrac8126,
Where is the font folder located in relation to the stylesheet.
@font-face { font-family: 'Pangram'; src: url("../fonts/Pangram-Regular.otf") format ("opentype"); }
From a quick look at your code it should be in up one level.
Hello , yes it does, at the
Hello , yes it does, at the same level of the css folder.
That's why is one level up.