Hi Community,
I am absolutely new to this and trying to figure out how to add my fonts. My fonts Cinzel which are not on google. I understand I need to Add a file under the Assets before I am able to add code or move. However, I am unable to find the right css file. Can someone please direct me how I can secure those files in the right format which can be uploaded in the Assets as a new Asset.
i have added follwing code in the theam.css file but it was not showing in the theme.
@font-face {
font-family: ‘CinzelMedium’;
src: url(‘CinzelMedium.woff’) format(‘woff’);
font-style: normal;
}
h1,h2,h3,h4,h5,h6,body,p,a{ font-family: “CinzelMedium”!important; }
Much appreciated!
