Created
July 28, 2014 08:04
-
-
Save dstyle0210/8a88e254b864baf192c5 to your computer and use it in GitHub Desktop.
셀렉트의 옵션에서 font-family가 안먹는 현상 정리.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 참고 : http://ogelacinyc.tistory.com/63 | |
| 단순하게 정리하면, | |
| 웹폰트로 select내의 option을 적용하려할때. | |
| IE8은 무조건 시스템 폰트을 인정 => 즉 나눔고딕을 시스템폰트로 설치해야만 보여짐. | |
| 그외는 select의 font-family속성을 인정. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment