How to change the default font and font size

@media only screen and (max-width: 749px){
.site-header__logo {
    padding-left: 20px !important;
    text-align: left;
}
}

@Lynnn ,

Add this css at the bottom of
Online Store->Theme->Edit code->Assets->theme.scss.liquid

1 Like