ÇÁ·Î±×·¡¹Ö
ù ÆäÀÌÁö ·£´ý ±Û ȸ¿ø°¡ÀÔ ·Î±×ÀÎ
ºñ°ø°³ ¼Õ´Ô ¡¦ 2016-04-06 11:28:06
URL https://te31.com/rgr/view.php?id=study&no=1771 ¸ð¹ÙÀÏ È­¸é
ÆùÆ®¾î½æÀÌ ie11¿¡¼­´Â ÀÛµ¿¾ÈÇϳª¿ä?


ÀÌ·±Áú¹®À» ¿©±â¿¡ ¿Ã·Áµµ µÇ´ÂÁö´Â ¸ð¸£°ÚÁö¸¸

»ý°¢Áöµµ ¸øÇÑ ¹ö±×¿¡ ¤Ð¤Ð¤Ð ±¸±Û¸µÇؼ­ ÀÌ°ÍÀú°Í ÇغÁµµ µüÈ÷ ´äÀº ¾È³ª¿À³×¿ä ¤Ð¤Ð

1. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />

2. Access-Control-Allow-Origin

<FilesMatch "\.(ttf|otf|eot|woff)$">
  <IfModule mod_headers.c>
    Header set Access-Control-Allow-Origin "*"
  </IfModule>
</FilesMatch>

3. ÃֽŹöÀüÀ¸·Î ±³Ã¼

À̰͵é ÇغÁµµ ¾ÈµÇ³×¿ë .. À¸¾î¾î¾î¾î¾Æ¾Æ¾Æ¾Æ¾Æ


Àâ´ã | 2469¸íÀÌ Àоú¾î¿ä. 3.144.233.150

0
1 ºñ°ø°³ ¼Õ´Ô ¡¦ 2016-04-06 12:09:54
ȣȯ¼º ¹«½Ã ¸ÞŸÅ±׸¦ <head>¹Ù·Î ¾Æ·¡¿¡´Ù ½áº¸¼¼¿ä
2 ºñ°ø°³ ¼Õ´Ô ¡¦ 2016-04-06 14:49:58
1/ Èì.. ¾ÈµÇ³×¿ë ¤Ð¤Ð

CSS3114: @font-face¿¡¼­ OpenType Æ÷ÇÔ ±ÇÇÑÀ» È®ÀÎÇÏÁö ¸øÇß½À´Ï´Ù. [¼³Ä¡ °¡´É] ±ÇÇÑÀÌ ÀÖ¾î¾ß ÇÕ´Ï´Ù.
3 ºñ°ø°³ ¼Õ´Ô ¡¦ 2016-04-06 15:47:06
°¡»ó À©µµ¿ì ¹ö±× + ƯÁ¤ ÀÚ¸® ¹ö±×·Î ÀϴܶôÀº Áö¾ú´Âµ¥.. ¸àºØÅÍÁø´Ù
4 ºñ°ø°³ ¼Õ´Ô ¡¦ 2016-04-09 16:06:41
https://github.com/FortAwesome/Font-Awesome/issues/7681
¿©±â º¸¸é ÇØ°áÇß´Ù°í µÇ¾îÀֳ׿©
5 ºñ°ø°³ ¼Õ´Ô ¡¦ 2016-04-09 16:06:59
I had the same issue if you are running a https server with apache and have set:

Cache-Control: no-store
you need to remove it.

if for security reasons you still need to set no-store you can add this rule to the server apache conf:

<FilesMatch "\.(ttf|otf|eot|woff)$">
<IfModule mod_headers.c>
Header set Access-Control-Allow-Origin "*"
Header set Cache-Control "max-age=3600"
</IfModule>
</FilesMatch>
basically you are going to allow IE to store the cache with the font files for 1 hour. which wont affect the security.
´ñ±ÛÀ» ÀÛ¼ºÇÏ½Ç ¼ö ¾ø½À´Ï´Ù.
(±ÇÇÑÀÌ ¾ø´Â ȸ¿ø·¹º§)
¸ñ·ÏÀ¸·Î
ÀÌ¿ë¾à°ü | ±¤°í/Á¦ÈÞ | °³ÀÎÁ¤º¸Ãë±Þ¹æħ | ¹®ÀÇ/½Å°í | ¸ð¹ÙÀÏ TE31 | ¼­¹ö ºÎÇÏ : 10%
½Ç½Ã°£ Issue Ä¿¹Â´ÏƼ TE31 [¾ËÁö·Õ] ¨Ï 2002-2024
TOP arrow_upward