Skip to content
Grav 2.0 is officially stable. Read the announcement →

Muut Archive Legend

@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation

Badges

✏️ First Post 💬 Conversation Starter ❤️ Well Liked

Recent posts

  • Font files being blocked? · 9 years ago

    Can you not just add it to your theme's font folder? and then reference them in a similar way to font awesome is?

  • Font files being blocked? · 9 years ago

    yes, I copied the fonts folder to the public_html folder to get around the issue on our live site. I was hoping to hear if there was a way to serve the same content from the pages folder so that i cou

  • Font files being blocked? · 9 years ago

    I have your font working just fine. I simple added the font-face to my CSS on my dev server, and then referenced the font-family in my CSS file and it worked fine. Add the font face: @font-face { f

  • Font files being blocked? · 9 years ago

    I have a staging version of the site on the same server, and I don't have an issue serving the fonts from a non-GRAV directory or from within the grav theme folder. It's just when I try to serve the f

  • Font files being blocked? · 9 years ago

    I was thinking more on your server. I had an issue like this years back and i could not serve font files - like .woff, .eot etc. It would depend who you are hosting with. Let me know and i will see if

  • Font files being blocked? · 9 years ago

    I have this set in the /user/config/system.yaml file: pages: theme: timeline markdown_extra: false process: markdown: true twig: false fallback_types: [png,jpg,jpeg,gif,mp4,ogv,webm,html,css,js,mp3,wo

  • Font files being blocked? · 9 years ago

    have you made sure the MIME type is set on the server config?

  • Font files being blocked? · 9 years ago

    sorry, to give you more information: I have a fonts folder setup as a "page" on the site, so I'm trying to get the URL http://whoisbechtel.com/fonts/graphik-regular-webfont.woff to work. The file exis

  • Font files being blocked? · 9 years ago

    Nothing in particular needs to be done, but the path must be correct. A 404 means that the resource cannot be found, not that it is blocked (that would be a 403). Where are the files located, what pat

  • Font files being blocked? · 9 years ago

    Hi, I recently uploaded some custom font files to my site, but they are being blocked (grav returns a 404 error) when I try to access them. Is there something I need to do to serve font files like wof