html - How to add custom font in shopify site -
hi,
i have added font code
@font-face { font-family: 'gotham-book'; src:url('{{ "gotham-book.eot" | asset_url }}'); src:url('{{ "gotham-book.eot" | asset_url }}#iefix') format('embedded-opentype'), url('{{ "gotham-book.woff" | asset_url }}') format('woff'), url('{{ "gotham-book.ttf" | asset_url }}') format('truetype'), url('{{ "gotham-book.svg | asset_url }}#gotham-book') format('svg'); font-weight: normal; font-style: normal; }
also uploaded font files in assets folder.
question: how use font headings, theme using sass variables,
Comments
Post a Comment