Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
fix typo 'Sans-serif' -> sans-serif
  • Loading branch information
KeuRoo Kang committed Jan 11, 2019
1 parent 771117a commit 9cac98a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -51,7 +51,7 @@ Spoqa Han Sans를 웹폰트로 사용하시려면 2가지 방법이 있습니다

```css
* {
font-family: 'Spoqa Han Sans', 'Spoqa Han Sans JP', 'Sans-serif';
font-family: 'Spoqa Han Sans', 'Spoqa Han Sans JP', sans-serif;
}
```

Expand Down

0 comments on commit 9cac98a

Please sign in to comment.