I'm trying to create a logo using a custom font... and want to embed it in my CSS
For example: my div element is id:"logo"
Would I just use this?
#logo {
font-family: myNewFont;
src: url('ufonts.com_gotham-medium.woff');
}
any help would be greatly appreciated.