I added a favicon and it changed my bag font

Hi @HCM15 ,

Go to Online Store, then Theme, and select Edit Code.
Search for base.css/theme.css/style.css/main.css/custom.css file Add the provided code at the end of the file.

a#cart-icon-bubble {
    font-family: var(--font-body-family) !important;
}