Reply To: Google font problem

Home Forums Support Google font problem Reply To: Google font problem

Home Forums Support Google font problem Reply To: Google font problem

#235233
Krzysztof

Same wired thins in code, e.g. inline style for H1 after update:

h1 {
font-family: “Roboto”,;
font-weight: 300;
text-transform: uppercase;
font-size: 21px;
}

And this same before:

h1 {
font-family: “Roboto”, sans-serif;
font-weight: 300;
text-transform: uppercase;
font-size: 21px;
}

Where is sans-serif now? This update just ruined my page :/