Hey is it possible to customise the font on Shopify buy buttons on Lite.
I’ve added it in the code below but nothing is showing up.
Hey is it possible to customise the font on Shopify buy buttons on Lite.
I’ve added it in the code below but nothing is showing up.
sorry for that issue if you need custom font please flow billow step
@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
Hey Ketan this is for when I embed into Squarespace, not in a theme
that flow allow on shopify site