Hey guys. I’m trying to use Rubik on an h3 (it’s not a Theme Options body or heading font) and I see it in Cornerstone, it worked for a while on the live web view, now it’s not showing up there. I’ve tried clearing the caches.
Font is imported in global CSS:
@import url(‘https://fonts.googleapis.com/css?family=Rubik:300,500,700’);
URL is toastcatering.com/deliverynew. This is the CSS I’m using:
section.menu h3 {
background-color: #e4e5e6;
border: none;
color: #343741;
font-family: ‘Rubik’, sans-serif !important;
font-weight: 500 !important;
margin: 0 0 1rem 0;
padding: 0.7rem 0.9rem 0.6rem 0.9rem;
}

