아래와 같이 변경 해준다.
파일을 열어보면 다음과 같이 match 태그들을 볼 수 있다. 기본 폰트인 monospace,sans-serif 등을 볼 수 있는데 아래와 같이 기본폰트를 강제로 한글 표현이 가능한 폰트로 변경 한다.
아래는 sans serif를 NanumGothic으로 변경한 예이다.
<match target="pattern">
<test qual="any" name="family">
<string>sans serif</string>
</test>
<edit name="family" mode="assign" binding="strong">
<string>NanumGothic</string>
</edit>
</match>
위와 같은 방법으로 브라우저의 한글 폰트 설정을 강제로 변경 할 수 있다.
0 개의 댓글:
댓글 쓰기