Skip to content
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

Try changing preferred order for font loading #828

Merged
merged 1 commit into from
Nov 18, 2015

Conversation

Martii
Copy link
Member

@Martii Martii commented Nov 18, 2015

  • Currently ttf was chosen on a clean profile/no-cache... the browser might be FIFO on these CSS3 rules

Post fix for #827 and followup for #227

* Currently ttf was chosen on a clean profile/no-cache... the browser might be FIFO on these CSS3 rules

Post fix for OpenUserJS#827 and followup for OpenUserJS#227
@Martii Martii added migration Use this to indicate that it may apply to an existing or announced migration. CODE Some other Code related issue and it should clearly describe what it is affecting in a comment. labels Nov 18, 2015
Martii added a commit that referenced this pull request Nov 18, 2015
Try changing preferred order for font loading

Auto-merge
@Martii Martii merged commit 1d74f35 into OpenUserJS:master Nov 18, 2015
@Martii Martii deleted the changeFontOrder branch November 18, 2015 22:25
@Martii
Copy link
Member Author

Martii commented Nov 18, 2015

Is FIFO:

https://openuserjs.org/fonts/SquadaOne-Regular.woff2

GET /fonts/SquadaOne-Regular.woff2 HTTP/1.1
Host: openuserjs.org
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:42.0) Gecko/20100101 SeaMonkey/2.39
Accept: application/font-woff2;q=1.0,application/font-woff;q=0.9,*/*;q=0.8
Accept-Language: en-US,en;q=0.5
Accept-Encoding: identity
DNT: 1
Referer: https://openuserjs.org/less/bootstrap/oujs.css
Connection: keep-alive

HTTP/1.1 200 OK
X-Powered-By: Express
Strict-Transport-Security: max-age=31536000000; includeSubDomains
Accept-Ranges: bytes
Cache-Control: public, max-age=86400
Last-Modified: Wed, 18 Nov 2015 21:24:36 GMT
Etag: W/"15b8-1511c7c25ec"
Content-Type: application/font-woff2
Content-Length: 5560
Date: Wed, 18 Nov 2015 22:26:51 GMT
Connection: keep-alive

@Martii Martii added the bug You've guessed it... this means a bug is reported. label Nov 18, 2015
@Martii Martii mentioned this pull request Feb 25, 2016
@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 16, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug You've guessed it... this means a bug is reported. CODE Some other Code related issue and it should clearly describe what it is affecting in a comment. migration Use this to indicate that it may apply to an existing or announced migration.
Development

Successfully merging this pull request may close these issues.

1 participant