1.0.4 • Published 8 years ago

notosanskr-hestia-scss v1.0.4

Weekly downloads
12
License
Apache License, v...
Repository
github
Last release
8 years ago

NotoSansKR-Hestia-scss


NotoSansKR-Hestia GitHub Pages를 참고해주세요.

차이점

  • woff2 를 추가
  • scss 추가
  • font-weight 변경
CSS Classweight 기존weight 변경
.noto-thin100100
.noto-light300200
.noto-demilight350300
.noto-regular400400
.noto-medium500500
.noto-bold700700
.noto-black900900

수정법

SCSS

  • 폰트 경로 변경

_variables.scss 에서 $noto-sans-path 변경

$noto-sans-path: '/fonts' !default;

혹은 변수 미리선언 후 @import

$noto-sans-path: '/mydir/fonts' !default;
@import "NotoSansKR-Hestia";
  • 컴파일 SCSS -> CSS
$ sass scss/NotoSansKR-Hestia.scss stylesheets/NotoSansKR-Hestia.css

사용법

HTML

<link href="/stylesheets/NotoSansKR-Hestia.css" rel="stylesheet" type="text/css">

CSS

@import url(/stylesheets/NotoSansKR-Hestia.css);

CSS 헬퍼

.noto-sans

<span class="noto-sans">안녕하세요</span>

.noto-{weight}

<span class="noto-sans noto-demilight">안녕하세요</span>
1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago