Download
Magazine
Develop
Account
Download
Magazine
Develop
Login
Forgot Account/Password
Create Account
Language
Help
Language
Help
×
Login
Login Name
Password
×
Forgot Account/Password
Category:
Software
People
PersonalForge
Magazine
Wiki
Search
OSDN
>
Find Software
>
Desktop Environment
>
Fonts
>
M+ FONTS
>
Forums
>
M+ OUTLINE FONTS
>
Cross-Site Font Usage
M+ FONTS
Description
Project Summary
Developer Dashboard
Web Page
Developers
Image Gallery
List of RSS Feeds
Activity
Statistics
History
Downloads
List of Releases
Stats
Source Code
Code Repository list
CVS
View Repository
Ticket
Ticket List
Milestone List
Type List
Component List
List of frequently used tickets/RSS
Submit New Ticket
Communication
Forums
List of Forums
M+ BITMAP FONTS (39)
M+ OUTLINE FONTS (418)
M+ WORK SPACE (4)
Mailing Lists
list of ML
mplus-fonts-dev
mplus-fonts-users
News
Forums:
M+ OUTLINE FONTS
(Thread #23188)
Return to Thread list
RSS
Cross-Site Font Usage (2009-06-23 18:37 by
gomi99
#44528)
Reply
Create ticket
Hi,
I would like to use these font for my Firefox 3.5 extension. Deos this site :
http://mplus-fonts.sourceforge.jp/webfonts/
allow cross-site font usage?
Reply to #44528
×
Subject
Body
Reply To Message #44528 > Hi, > > I would like to use these font for my Firefox 3.5 extension. Deos this site : > http://mplus-fonts.sourceforge.jp/webfonts/ > > allow cross-site font usage?
You can not use Wiki syntax
You are not logged in. To discriminate your posts from the rest, you need to pick a nickname. (The uniqueness of nickname is not reserved. It is possible that someone else could use the exactly same nickname. If you want assurance of your identity, you are recommended to login before posting.)
Login
Nickname
Preview
Post
Cancel
RE: Cross-Site Font Usage (2009-08-05 20:17 by
coz
#45296)
Reply
Create ticket
Feel free to use M+ WEB FONTS over the Net.
-
I'm sorry for being slow to answer because of errors in my settings.
Reply to
#44528
Reply to #45296
×
Subject
Body
Reply To Message #45296 > Feel free to use M+ WEB FONTS over the Net. > - > I'm sorry for being slow to answer because of errors in my settings.
You can not use Wiki syntax
You are not logged in. To discriminate your posts from the rest, you need to pick a nickname. (The uniqueness of nickname is not reserved. It is possible that someone else could use the exactly same nickname. If you want assurance of your identity, you are recommended to login before posting.)
Login
Nickname
Preview
Post
Cancel
RE: Cross-Site Font Usage (2010-10-30 12:08 by
overdrive
#53721)
Reply
Create ticket
Firefoxではクロスサイトでフォントを利用するには制限がかけられています。
下のページのようにサーバの設定を変更していただけないでしょうか。
http://www.cssbakery.com/2010/07/fixing-firefox-font-face-cross-domain_25.html
よろしくお願いします。
Reply to
#45296
Reply to #53721
×
Subject
Body
Reply To Message #53721 > Firefoxではクロスサイトでフォントを利用するには制限がかけられています。 > 下のページのようにサーバの設定を変更していただけないでしょうか。 > > http://www.cssbakery.com/2010/07/fixing-firefox-font-face-cross-domain_25.html > > よろしくお願いします。
You can not use Wiki syntax
You are not logged in. To discriminate your posts from the rest, you need to pick a nickname. (The uniqueness of nickname is not reserved. It is possible that someone else could use the exactly same nickname. If you want assurance of your identity, you are recommended to login before posting.)
Login
Nickname
Preview
Post
Cancel
RE: Cross-Site Font Usage (2010-11-02 20:25 by
coz
#53858)
Reply
Create ticket
情報ありがとうございます、返事が遅くなって申し訳ありませんでした。
サーバ設定の件ですが、今のところ sourceforge.jp から提供されているディレクトリに
データを設置しているだけなので /etc/apache2/apache2.conf 等のファイルは
弄る事ができません。
同等の設定を、提供されているディレクトリ内に設置する方法はあるのでしょうか?
Reply to
#53721
Reply to #53858
×
Subject
Body
Reply To Message #53858 > 情報ありがとうございます、返事が遅くなって申し訳ありませんでした。 > サーバ設定の件ですが、今のところ sourceforge.jp から提供されているディレクトリに > データを設置しているだけなので /etc/apache2/apache2.conf 等のファイルは > 弄る事ができません。 > 同等の設定を、提供されているディレクトリ内に設置する方法はあるのでしょうか?
You can not use Wiki syntax
You are not logged in. To discriminate your posts from the rest, you need to pick a nickname. (The uniqueness of nickname is not reserved. It is possible that someone else could use the exactly same nickname. If you want assurance of your identity, you are recommended to login before posting.)
Login
Nickname
Preview
Post
Cancel
RE: Cross-Site Font Usage (2010-11-05 12:28 by
overdrive
#53952)
Reply
Create ticket
.htaccessで可能です。下のはttf以外も含めてますが該当する部分を抜き出せばOKです。
AddType application/vnd.ms-fontobject .eot
AddType font/ttf .ttf
AddType font/otf .otf
AddType font/woff .woff
<FilesMatch "\.(ttf|otf|eot|woff)$">
<IfModule mod_headers.c>
Header set Access-Control-Allow-Origin "*"
</IfModule>
</FilesMatch>
Reply to
#53858
Reply to #53952
×
Subject
Body
Reply To Message #53952 > .htaccessで可能です。下のはttf以外も含めてますが該当する部分を抜き出せばOKです。 > > AddType application/vnd.ms-fontobject .eot > AddType font/ttf .ttf > AddType font/otf .otf > AddType font/woff .woff > <FilesMatch "\.(ttf|otf|eot|woff)$"> > <IfModule mod_headers.c> > Header set Access-Control-Allow-Origin "*" > </IfModule> > </FilesMatch>
You can not use Wiki syntax
You are not logged in. To discriminate your posts from the rest, you need to pick a nickname. (The uniqueness of nickname is not reserved. It is possible that someone else could use the exactly same nickname. If you want assurance of your identity, you are recommended to login before posting.)
Login
Nickname
Preview
Post
Cancel
RE: Cross-Site Font Usage (2010-11-05 20:18 by
coz
#53953)
Reply
Create ticket
度々ありがとうございます。
http://mplus-fonts.sourceforge.jp/webfonts/
以下に
webfonts |$ cat .htaccess
AddType application/vnd.ms-fontobject .eot
AddType font/ttf .ttf
AddType font/otf .otf
AddType font/woff .woff
<FilesMatch "\.(ttf|otf|eot|woff)$">
<IfModule mod_headers.c>
Header set Access-Control-Allow-Origin "*"
</IfModule>
</FilesMatch>
webfonts |$
の内容を
webfonts |$ chmod 604 .htaccess
で設置してみました。ご確認をお願いいたします。
Reply to
#53952
Reply to #53953
×
Subject
Body
Reply To Message #53953 > 度々ありがとうございます。 > http://mplus-fonts.sourceforge.jp/webfonts/ 以下に > > webfonts |$ cat .htaccess > AddType application/vnd.ms-fontobject .eot > AddType font/ttf .ttf > AddType font/otf .otf > AddType font/woff .woff > <FilesMatch "\.(ttf|otf|eot|woff)$"> > <IfModule mod_headers.c> > Header set Access-Control-Allow-Origin "*" > </IfModule> > </FilesMatch> > > webfonts |$ > > の内容を > webfonts |$ chmod 604 .htaccess > で設置してみました。ご確認をお願いいたします。
You can not use Wiki syntax
You are not logged in. To discriminate your posts from the rest, you need to pick a nickname. (The uniqueness of nickname is not reserved. It is possible that someone else could use the exactly same nickname. If you want assurance of your identity, you are recommended to login before posting.)
Login
Nickname
Preview
Post
Cancel
RE: Cross-Site Font Usage (2010-11-07 23:53 by
overdrive
#53985)
Reply
Create ticket
Firefoxでも表示できました。
ありがとうございました。
Reply to
#53953
Reply to #53985
×
Subject
Body
Reply To Message #53985 > Firefoxでも表示できました。 > ありがとうございました。
You can not use Wiki syntax
You are not logged in. To discriminate your posts from the rest, you need to pick a nickname. (The uniqueness of nickname is not reserved. It is possible that someone else could use the exactly same nickname. If you want assurance of your identity, you are recommended to login before posting.)
Login
Nickname
Preview
Post
Cancel
RE: Cross-Site Font Usage (2010-11-08 05:48 by
coz
#53989)
Reply
Create ticket
こちらこそ、ありがとうございました。
Reply to
#53985
Reply to #53989
×
Subject
Body
Reply To Message #53989 > こちらこそ、ありがとうございました。
You can not use Wiki syntax
You are not logged in. To discriminate your posts from the rest, you need to pick a nickname. (The uniqueness of nickname is not reserved. It is possible that someone else could use the exactly same nickname. If you want assurance of your identity, you are recommended to login before posting.)
Login
Nickname
Preview
Post
Cancel