-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Slow while fetching from other domains #190
Comments
I might enable Cloudflare Fonts when addressing around GH-91, however now looks better than before! |
@font-face {
font-family: 'Inconsolata';
font-style: normal;
font-weight: 500;
font-stretch: 100%;
font-display: swap;
src: url(https://fonts.gstatic.com/l/font?kit=QldgNThLqRwH-OJ1UHjlKENVzkWGVkL3GZQmAwLYxYWI2qfdm7Lpp7c8aR_klq8GUVA&skey=20fa6569a31c71ee&v=v32) format('woff2');
}
@font-face {
font-family: 'Noto Emoji';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://fonts.gstatic.com/l/font?kit=bMrnmSyK7YY-MEu6aWjPDs-ar6uWaGWuob-r0jwqU-G-uquC&skey=51363d29afc7180b&v=v51) format('woff2');
} Ah, text also affecting inconsolata? |
kachick
added a commit
that referenced
this issue
Sep 4, 2024
AFAIK, we can not merge multiple fonts for this... A part of GH-190
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have noticed this when I was testing console based browsers... #189
The text was updated successfully, but these errors were encountered: