my homepage has the custom font, but my menu pages didnt change?
also the cost of my products font stayed the same.
link:
https://psychosis-us.myshopify.com/admin/themes/138572857663/editor
my homepage has the custom font, but my menu pages didnt change?
also the cost of my products font stayed the same.
link:
https://psychosis-us.myshopify.com/admin/themes/138572857663/editor
Hi @emotionaldebt22
You can try follow this path:
Themes => edit code => asset => base.css
and add this code to bottom of the file base.css
:root,
body{
--font-heading-family: 'Your custom font'!Important;
--font-body-family: 'Your custom font'!Important;
}