Skip to content

Commit b4ec7f2

Browse files
committed
docs: fixed link in README
1 parent 1bc94a0 commit b4ec7f2

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

README.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
TailwindCSS Plugin to integrate with Inter Typeface from Rasmus Andersson [@rsms](https://twitter.com/rsms). It adds `.font-inter` class to apply Inter font family, adjusts letter spacing for each font size according to the [Dynamic Metrics](https://rsms.me/inter/dynmetrics/) and allows to toggle font feature settings. Optionally adds `@font-face` from [https://rsms.me/inter/inter.css](https://rsms.me/inter/inter.css).
44

5-
The plugin is inspired with [tailwind-plugin-inter-font](https://github.com/suburbicode/tailwind-plugin-font-inter) plugin developed by Imam Susanto [@imsus](https://github.com/imsus).
5+
The plugin is inspired with [tailwind-plugin-inter-font](https://github.com/imsus/tailwind-plugin-font-inter) plugin developed by Imam Susanto [@imsus](https://github.com/imsus).
66

77
:warning: **This plugin produces pretty large amount of utility classes! It is highly recommended to use it in JIT-mode or with `purge` option.**
88

@@ -43,16 +43,15 @@ You can set additional options for plugin:
4343
```js
4444
// tailwind.config.js
4545
module.exports = {
46-
...
47-
46+
/* ... */
4847
plugins: [
49-
require('tailwindcss-font-inter')({ // default settings
50-
a: -0.0223,
51-
b: 0.185,
52-
c: -0.1745,
53-
baseFontSize: 16,
54-
importFontFace: true,
55-
})
48+
require('tailwindcss-font-inter')({ // default settings
49+
a: -0.0223,
50+
b: 0.185,
51+
c: -0.1745,
52+
baseFontSize: 16,
53+
importFontFace: true,
54+
})
5655
]
5756
}
5857
```

0 commit comments

Comments
 (0)