#How to load fonts in /static?

3 messages · Page 1 of 1 (latest)

queen scaffold
#

Does the casing of the filename match the casing of the url in the font-face declaration?

#

usually a 404 of a static file means that either the casing is wrong or that it's missing in the static/ directory entirely

queen scaffold
#

Is it maybe not part of the git repo? During deployment the repo is cloned and maybe you haven't committed that yet