Skip to content

Instantly share code, notes, and snippets.

@dstyle0210
Created July 28, 2014 08:04
Show Gist options
  • Select an option

  • Save dstyle0210/8a88e254b864baf192c5 to your computer and use it in GitHub Desktop.

Select an option

Save dstyle0210/8a88e254b864baf192c5 to your computer and use it in GitHub Desktop.
셀렉트의 옵션에서 font-family가 안먹는 현상 정리.
참고 : 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