Hi experts, I would want to replace the font in my header at: www.herculesstrong.ca to the Google Font, Anton.
I'd also like to have the same line breaks in my preview attached. Thanks!
Thanks for it
yes, can you please try this
Yes, you can do easy to upload your custom font
1. Go to Online Store->Theme->Edit code
2.Asset->/theme.scss.liquid->upload your custom font all font tyep = TTF, OTF, WOFF, WOFF2, SVG
3. Asset->/theme.scss.liquid->paste below code at the bottom of the file.
3. Asset->/theme.scss.liquid->paste below code at the bottom of the file.
@font-face { font-family: 'Montserrat-Regular'; src: url('{{ 'Montserrat-Regular.eot?' | asset_url }}'); src: url('{{ 'Montserrat-Regular.eot??#iefix' | asset_url }}') format('embedded-opentype'), url('{{ 'Montserrat-Regular.woff' | asset_url }}') format('woff'), url('{{ 'Montserrat-Regular.ttf' | asset_url }}') format('truetype'), url('{{ 'Montserrat-Regular.svg#Montserrat-Regular' | asset_url }}') format('svg'); font-weight: normal; font-style: normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: antialiased; }
can you please just change font name, for example, Montserrat-Regular to your custom font name
User | Count |
---|---|
822 | |
113 | |
95 | |
94 | |
76 |