Hi,
Since updating the Uber template, the embedded Goolge font "Signika" is no longer displaying… Our custom.css file hasn’t changed, still shows the following:
body {
font-family: 'Signika', sans-serif !important; font-size: 16px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
font-family: 'Signika', sans-serif !important;
font-weight: bold;
}
However we noticed the font wasn’t referenced in assets.xml , so we inserted it, as per below:
fonts/font-awesome/css/font-awesome.min.css
://fonts.googleapis.com/css?family=Roboto+Slab:300,400,700
://fonts.googleapis.com/css?family=Open+Sans:400,300,600
://fonts.googleapis.com/css?family=Signika:400,700
Please investigate and advise.