본문 바로가기

오늘의 오류들/CSS

1.css: bold적용 browser결과 차이 오류 2020년 2월7일

.navbar-brand{
  font-family: 'Nanum Gothic', sans-serif;
  font-weight:bold;

}

a.btn {
  font-family: 'Nanum Gothic', sans-serif; 	
  font-weight:bold; 

}

 

 

css에서  bold효과를 적용한 결과 'chrome'에선 적용되지 않고 'naver whale'에서 적용되었는데 왜 그러지?