@charset "UTF-8"; // 共用變數與函數 //@import "base/variables"; //base/_variables -共用變數 @import "base/color"; //base/_color -顏色變數 //@import "base/mixins"; //base/_mixins -函式 /* Font */ $font-family-base: 'PingFangTC', 'Heiti TC', 'Microsoft JhengHei', 'Noto Sans Myanmar','Arial', 'sans-serif'; body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-family: $font-family-base; }