/*
Wavve PADO — 서비스 전용 서체.
apps/vue-web/pc (src/assets/scss/common/font.scss) 와 동일한 원본 파일을 사용한다.
woff2 는 chrome 36+ 지원이며, 폴백으로 woff 를 함께 제공한다(eot 는 IE 전용이라 제외).
*/
@font-face {
  font-family: 'WavvePADO';
  font-style: normal;
  font-weight: normal;
  src:
    local('Wavve Pado Regular'),
    local('WavvePADO-Regular'),
    url(./wavve-pado-regular.woff2) format('woff2'),
    url(./wavve-pado-regular.woff) format('woff');
}
