Update README.md

This commit is contained in:
Lee Minseo 2022-04-05 11:13:56 +09:00 committed by GitHub
parent 8287757289
commit 7738e8f224
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,19 +43,19 @@ Pixel style outline fonts based on bitmap fonts used in Nintendo DS. But the Gal
## Use as Web Fonts
### HTML
### HTML `<link>`
```html
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/quiple/galmuri/fonts.css">
```
### CSS
### CSS `@import`
```css
@import url('https://cdn.jsdelivr.net/gh/quiple/galmuri/fonts.css');
```
### CSS rules to Specify Families
### CSS Rules to Specify Families
```css
font-family: 'Galmuri11', sans-serif;