<div dir="ltr">your are right, this is working<br>thank you Edmund for the info<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">2013/2/8 Edmund Edgar <span dir="ltr"><<a href="mailto:ed@avatarclassroom.com" target="_blank">ed@avatarclassroom.com</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">> im not able to use google fonts with a media on a prim website.<br>
> is there a way to make them work ?<br>
<br>
</div>I found the solution was to ditch the regular Google font loader and<br>
specify the font yourself. The issue seems to be that when you use the<br>
font loader it tries to give you the font from "local(yourfont)" first<br>
and only pull it from the web if it's not already there, but that<br>
causes the whole thing to blow up with media on a prim.<br>
<br>
So this fails:<br>
<a href="http://fonts.googleapis.com/css?family=Candal" target="_blank">http://fonts.googleapis.com/css?family=Candal</a><br>
<br>
As does the contents of that:<br>
@font-face {<br>
  font-family: 'Candal';<br>
  font-style: normal;<br>
  font-weight: 400;<br>
  src: local('Candal'),<br>
url(<a href="http://themes.googleusercontent.com/static/fonts/candal/v3/c4OCAZZ9bgJkVvcf-E79mQ.woff" target="_blank">http://themes.googleusercontent.com/static/fonts/candal/v3/c4OCAZZ9bgJkVvcf-E79mQ.woff</a>)<br>
format('woff');<br>
}<br>
<br>
...but this is OK:<br>
@font-face {font-family: Candal; src: url(font/Candal.ttf); }<br>
<br>
--<br>
Edmund Edgar<br>
Avatar Classroom<br>
Your classroom, on the web, in a virtual world.<br>
<br>
<a href="mailto:ed@avatarclassroom.com">ed@avatarclassroom.com</a><br>
<a href="tel:%2B81%20090%203912%203380" value="+819039123380">+81 090 3912 3380</a><br>
Skype: edmundedgar<br>
Second Life: Edmund Earp<br>
Linked In: edmundedgar<br>
Twitter: @edmundedgar<br>
<a href="http://www.avatarclassroom.com" target="_blank">http://www.avatarclassroom.com</a><br>
_______________________________________________<br>
Opensim-users mailing list<br>
<a href="mailto:Opensim-users@lists.berlios.de">Opensim-users@lists.berlios.de</a><br>
<a href="https://lists.berlios.de/mailman/listinfo/opensim-users" target="_blank">https://lists.berlios.de/mailman/listinfo/opensim-users</a><br>
</blockquote></div><br></div>