Hey there,
I want to add Default Custom Font; Geomanist.
I’ve CSS:
@font-face{
font-family: 'MyWebFont';
src: url('WebFont.eot');
src: url('WebFont.eot?#iefix') format('embedded-opentype'),
url('WebFont.woff') format('woff'),
url('WebFont.ttf') format('truetype'),
url('WebFont.svg#webfont') format('svg');
}
link to the stylesheet in HTML:
<link rel="stylesheet" href="stylesheet.css" type="text/css" charset="utf-8" />
p { font-family: 'WebFont', Arial, sans-serif; }
Website: learningwithexperts.ml