summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRasmus Andersson <rasmus@notion.se>2023-04-05 21:22:49 +0300
committerRasmus Andersson <rasmus@notion.se>2023-04-05 21:22:49 +0300
commitbf6776a15ef3b860dca88e49ee2ceacae65ba33c (patch)
tree4c92c2f7d908728be46ccb8d2fd36f15041094f1 /README.md
parentddfecb44ca139f34d997e8e93695f7cd92c2f72d (diff)
downloadinter-bf6776a15ef3b860dca88e49ee2ceacae65ba33c.tar.xz
Diffstat (limited to 'README.md')
-rw-r--r--README.md31
1 files changed, 20 insertions, 11 deletions
diff --git a/README.md b/README.md
index c78e64492..550805886 100644
--- a/README.md
+++ b/README.md
@@ -25,13 +25,13 @@ several [OpenType features](https://rsms.me/inter/#features), like contextual al
## Using & installing Inter
-- [**Download the latest font files…**](https://github.com/rsms/inter/releases/latest)
-- To use Inter on a web page, use the official
- [CDN distribution](https://rsms.me/inter/inter.css) with the following HTML and CSS:
+[**Download the latest font files…**](https://github.com/rsms/inter/releases/latest)
+
+Using Inter on a web page:
```html
-<link rel="preconnect" href="https://rsms.me/">
-<link rel="stylesheet" href="https://rsms.me/inter/inter.css">
+<link rel="preconnect" href="https://your-font-file-host/">
+<link rel="stylesheet" href="https://your-font-file-host/inter.css">
```
```css
@@ -41,6 +41,14 @@ several [OpenType features](https://rsms.me/inter/#features), like contextual al
}
```
+For web pages, there's an official [CDN distribution](https://rsms.me/inter/inter.css) that you can use directly without having to host the font files yourself:
+
+```html
+<link rel="preconnect" href="https://rsms.me/">
+<link rel="stylesheet" href="https://rsms.me/inter/inter.css">
+```
+
+
### Alternate distributions
- [NPM `inter-ui`](https://www.npmjs.com/package/inter-ui)
@@ -59,15 +67,16 @@ several [OpenType features](https://rsms.me/inter/#features), like contextual al
## Notable projects using Inter
-- [Figma](https://figma.com/)
-- [Unity](https://unity.com/)
-- [ElementaryOS](https://elementary.io/)
-- [Zurich Airport](https://flughafen-zuerich.ch/)
- [Element software suite](https://element.io/)
+- [ElementaryOS](https://elementary.io/)
+- [Figma](https://figma.com/)
+- [GitLab](https://gitlab.com)
+- [Minimalissimo magazine](https://minimalissimo.com/)
- [Mozilla brand](https://mozilla.design/firefox/typography/)
-- [GitHub brand and documentation](https://github.com/about)
+- [NASA](https://www.nasa.gov/specials/artemis-ii/)
- [Pixar Presto](https://en.wikipedia.org/wiki/Presto_(animation_software))
-- [Minimalissimo magazine](https://minimalissimo.com/)
+- [Unity](https://unity.com/)
+- [Zurich Airport](https://flughafen-zuerich.ch/)
> **Have you made something nice with Inter?**<br>