You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
local fonts definitely work as i'm using them extensively.
looking over the code, and the last 'fixes' maitas did to address this before are still there, so not sure why it's not working. I'l create a quick test setup
Hello! Since updating to the new 1.6 Grav... I think this might be a reoccurrence of #1763
Previously I have been adding Google fonts to my css like this
@import url('https://fonts.googleapis.com/css?family=EB+Garamond:400,400i,500,500i,600,600i,700,700i,800,800i');
This @import is now omitted from the pipelined css since the update.
If I put a direct link into my base.html.twig like so
<link href="https://fonts.googleapis.com/css?family=EB+Garamond:400,400i" rel="stylesheet">
my fonts reappear...
The text was updated successfully, but these errors were encountered: