Skip to content

Commit

Permalink
✏️ docs(README): fix typo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
kms0219kms authored Nov 9, 2024
1 parent e2ce030 commit 483c5d2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions fonts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@
#### HTML

```html
<link rel="stylesheet" as="style" crossorigin href="https://cdn.jsdelivr.net/gh/ayaan-fonts/[email protected]/fonts/webfonts/Paperlogy-dynamic-subset.css" />
<link rel="stylesheet" as="style" crossorigin href="https://cdn.jsdelivr.net/gh/ayaan-fonts/[email protected]/fonts/webfonts/Paperlogy-subset.css" />
```

#### CSS

```css
@import url("https://cdn.jsdelivr.net/gh/ayaan-fonts/[email protected]/fonts/webfonts/Paperlogy-dynamic-subset.css");
@import url("https://cdn.jsdelivr.net/gh/ayaan-fonts/[email protected]/fonts/webfonts/Paperlogy-subset.css");
```

---
Expand All @@ -55,4 +55,4 @@

```css
@import url("https://cdn.jsdelivr.net/gh/ayaan-fonts/[email protected]/fonts/webfonts/Paperlogy-dynamic-subset.css");
```
```

0 comments on commit 483c5d2

Please sign in to comment.