Hi,
I try to upload a use a custom font with your them but the font is not load well.
I add this code on the them.liquid:
/* CUSTOM NTX. */ @font-face { font-family: 'Agrandir'; src: url('{{ 'agrandir_regular_400-webfont.woff' | asset_url }}') format('woff'); font-weight: normal; font-style: normal; }The “woff” file is upload to the assets folder and i add this css code on custom.css file:
h2
{
color:#f00;
font-family: “Agrandir” !important;
}
But the font not load well, i change the name of the font with any google fonts and works well but the custom font “Agrandir” wasnt load
What is the problem???
My website is under: https://gooditi.myshopify.com/ (pass: mackur)
Thanks