User talk:DeadSuperHero

From diaspora* project wiki
Revision as of 13:54, 15 November 2012 by Raven24 (talk | contribs) (server config, plz ;))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Hey Sean,

I have put the Roboto font-face inside the /misc folder of the main site, and I've intended to use them for the wiki. Could you, in accordance to this article, put the following lines into the Apache server config (or the .htaccess of http://diaspora-project.org, but Apache config is better for performance):

<FilesMatch "\.(ttf|ttc|otf|eot|woff|font.css)$">
  <IfModule mod_headers.c>
    Header set Access-Control-Allow-Origin "http://wiki.diaspora-project.org"
  </IfModule>
</FilesMatch>
AddType application/vnd.ms-fontobject .eot
AddType font/ttf .ttf
AddType font/otf .otf
AddType application/x-font-woff woff

Thanks a lot! --Raven24 (talk) 07:54, 15 November 2012 (CST)