Hey I read this article: https://help.debutify.com/en/articles/4447087-how-to-add-custom-font-in-debutify about installing custom Debutify fonts but it does not work. My store is www.revailco.com and I am trying to add Helvetica Neue to it but it does not show up on my list even after I edited the code. If anyone is able to edit it for my site, it’ll be much appreciated. Thanks!
1 Like
I think font won’t list in your customer but did you try like the following?
body {
font-family: "Helvetica Neue" !important;
}
This should work.