Sass 활용(웹폰트,PX2EM, accessivility )
Sass 웹폰트 모듈 호출하기 /** * ------------------------------- * 변수 * ------------------------------- */ // Typography $base: 16; // 글꼴 $serief: 'Tiems New Roman', Serief; $sans-serief: Verdana, Sans-Serief; $serief-ko: Gulim, Serief; $sans-serief-ko: 'Nanum Gothic', Dotum, Sans-Serief; // 구글 웹폰트 $noto-serif: 'Noto-Serief:400,700'; $noto-sans: 'Noto+Sans:400,700'; $monoton: 'Monoton'; $webfont: $sans-se..