-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
stored locally since load times were really high when using <link>
- Loading branch information
1 parent
167fee1
commit 7535913
Showing
18 changed files
with
89 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,72 @@ | ||
Inter Variable Font | ||
=================== | ||
|
||
This download contains Inter as both a variable font and static fonts. | ||
|
||
Inter is a variable font with these axes: | ||
slnt | ||
wght | ||
|
||
This means all the styles are contained in a single file: | ||
Inter-VariableFont_slnt,wght.ttf | ||
|
||
If your app fully supports variable fonts, you can now pick intermediate styles | ||
that aren’t available as static fonts. Not all apps support variable fonts, and | ||
in those cases you can use the static font files for Inter: | ||
static/Inter-Thin.ttf | ||
static/Inter-ExtraLight.ttf | ||
static/Inter-Light.ttf | ||
static/Inter-Regular.ttf | ||
static/Inter-Medium.ttf | ||
static/Inter-SemiBold.ttf | ||
static/Inter-Bold.ttf | ||
static/Inter-ExtraBold.ttf | ||
static/Inter-Black.ttf | ||
|
||
Get started | ||
----------- | ||
|
||
1. Install the font files you want to use | ||
|
||
2. Use your app's font picker to view the font family and all the | ||
available styles | ||
|
||
Learn more about variable fonts | ||
------------------------------- | ||
|
||
https://developers.google.com/web/fundamentals/design-and-ux/typography/variable-fonts | ||
https://variablefonts.typenetwork.com | ||
https://medium.com/variable-fonts | ||
|
||
In desktop apps | ||
|
||
https://theblog.adobe.com/can-variable-fonts-illustrator-cc | ||
https://helpx.adobe.com/nz/photoshop/using/fonts.html#variable_fonts | ||
|
||
Online | ||
|
||
https://developers.google.com/fonts/docs/getting_started | ||
https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Fonts/Variable_Fonts_Guide | ||
https://developer.microsoft.com/en-us/microsoft-edge/testdrive/demos/variable-fonts | ||
|
||
Installing fonts | ||
|
||
MacOS: https://support.apple.com/en-us/HT201749 | ||
Linux: https://www.google.com/search?q=how+to+install+a+font+on+gnu%2Blinux | ||
Windows: https://support.microsoft.com/en-us/help/314960/how-to-install-or-remove-a-font-in-windows | ||
|
||
Android Apps | ||
|
||
https://developers.google.com/fonts/docs/android | ||
https://developer.android.com/guide/topics/ui/look-and-feel/downloadable-fonts | ||
|
||
License | ||
------- | ||
Please read the full license text (OFL.txt) to understand the permissions, | ||
restrictions and requirements for usage, redistribution, and modification. | ||
|
||
You can use them in your products & projects – print or digital, | ||
commercial or otherwise. | ||
|
||
This isn't legal advice, please consider consulting a lawyer and see the full | ||
license for all details. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
body{ | ||
overflow:hidden; | ||
} | ||
.font-face-inter { | ||
font-family: "Inter"; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
@font-face { | ||
font-family: "Inter"; | ||
src: local("Inter"), | ||
url("./fonts/Inter-Regular.ttf") format("truetype"); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters