브라우저 마다 달라지는 홈페이지 폰트 고정하기
2009.10.01 00:00
아래소스를 <head></head> 사이에 넣는다.
<style type="text/css">
body { *font-size:12px; }
</style>
폰트크기는 12px의 숫자를 원하는 크기로 바꾸세요
2009.10.01 00:00
아래소스를 <head></head> 사이에 넣는다.
<style type="text/css">
body { *font-size:12px; }
</style>
폰트크기는 12px의 숫자를 원하는 크기로 바꾸세요