mirror of
https://github.com/rsms/inter.git
synced 2024-11-22 11:02:55 +03:00
readme
This commit is contained in:
parent
ddfecb44ca
commit
bf6776a15e
33
README.md
33
README.md
@ -25,13 +25,13 @@ several [OpenType features](https://rsms.me/inter/#features), like contextual al
|
|||||||
|
|
||||||
## Using & installing Inter
|
## Using & installing Inter
|
||||||
|
|
||||||
- [**Download the latest font files…**](https://github.com/rsms/inter/releases/latest)
|
[**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:
|
Using Inter on a web page:
|
||||||
|
|
||||||
```html
|
```html
|
||||||
<link rel="preconnect" href="https://rsms.me/">
|
<link rel="preconnect" href="https://your-font-file-host/">
|
||||||
<link rel="stylesheet" href="https://rsms.me/inter/inter.css">
|
<link rel="stylesheet" href="https://your-font-file-host/inter.css">
|
||||||
```
|
```
|
||||||
|
|
||||||
```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
|
### Alternate distributions
|
||||||
|
|
||||||
- [NPM `inter-ui`](https://www.npmjs.com/package/inter-ui)
|
- [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
|
## 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/)
|
- [Element software suite](https://element.io/)
|
||||||
- [Mozilla brand](https://mozilla.design/firefox/typography/)
|
- [ElementaryOS](https://elementary.io/)
|
||||||
- [GitHub brand and documentation](https://github.com/about)
|
- [Figma](https://figma.com/)
|
||||||
- [Pixar Presto](https://en.wikipedia.org/wiki/Presto_(animation_software))
|
- [GitLab](https://gitlab.com)
|
||||||
- [Minimalissimo magazine](https://minimalissimo.com/)
|
- [Minimalissimo magazine](https://minimalissimo.com/)
|
||||||
|
- [Mozilla brand](https://mozilla.design/firefox/typography/)
|
||||||
|
- [NASA](https://www.nasa.gov/specials/artemis-ii/)
|
||||||
|
- [Pixar Presto](https://en.wikipedia.org/wiki/Presto_(animation_software))
|
||||||
|
- [Unity](https://unity.com/)
|
||||||
|
- [Zurich Airport](https://flughafen-zuerich.ch/)
|
||||||
|
|
||||||
|
|
||||||
> **Have you made something nice with Inter?**<br>
|
> **Have you made something nice with Inter?**<br>
|
||||||
|
Loading…
Reference in New Issue
Block a user