HTML & Script
                
              Bootstrap 사용시 한글 글꼴에 의도하지 않은 콜론(:) 기호가 보인다면
                duraboys
                 2013. 2. 19. 05:23
              
              
                            
        Bootstrap에서 한글이 깨지는 경우가 발생하는대
            
              
            다음과 같은 방법으로 일단 대처하고 있다.
파일명 : bootstrap.css
 원본 : font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
 수정 : font-family: "굴림",Gulim,"돋움",Dotum,Verdana,Arial,AppleGothic,sans-serif;
 원본 : text-rendering: optimizelegibility; 
 수정 : text-rendering: auto;