Contact us template edit

Hello, we would like to change the font of the “Contact Us” template page, see the image below. The website is www.corellimotogear.com

Hi @Thracian2 ,

May I suggest to update code these steps:

  1. Go to Store Online-> theme → edit code

  1. Assets/theme.css
  2. Add code below to end of file
.page-contact form * {
    font-family: Assistant!important;
    font-size: calc(.925rem*var(---font-adjust-body));
    font-weight: normal;
}