Hi @kamala1003 , I have a video https://youtu.be/z_mu45rbpeM talking about how to change font for Shopify Store, for your case
you could try to add
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Bangers&display=swap" rel="stylesheet">
into your theme.liquid right before </head>
Then add
#shopify-section-header *{
font-family: 'Bangers', cursive;
}
to the end of your theme.scss.liquid
hi @kamala1003 try this coad.
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Bangers&display=swap" rel="stylesheet">
#shopify-section-header *{
font-family: 'Bangers', cursive;
thank you!
User | Count |
---|---|
432 | |
200 | |
148 | |
57 | |
44 |