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

Fonts on server pages are busted because of CORS #181

Open
sersorrel opened this issue Oct 2, 2021 · 0 comments
Open

Fonts on server pages are busted because of CORS #181

sersorrel opened this issue Oct 2, 2021 · 0 comments
Labels
frontend Relating to the HTML, CSS, and JS which runs in the user's browser

Comments

@sersorrel
Copy link
Member

on latona.hacksoc.org:

Access to font at 'https://www.hacksoc.org/static/fonts/BitstreamVeraSans.ttf' from origin 'https://latona.hacksoc.org' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.

pain

relevant:

@font-face {
font-family: 'Bitstream Vera Sans';
font-style: normal;
font-weight: 400;
src: local('Bitstream Vera Sans'), url(/static/fonts/BitstreamVeraSans.ttf) format('opentype');
}

@LukeMoll LukeMoll added the frontend Relating to the HTML, CSS, and JS which runs in the user's browser label Mar 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
frontend Relating to the HTML, CSS, and JS which runs in the user's browser
Projects
None yet
Development

No branches or pull requests

2 participants