added inter locally, font stack added but commented out temporarily
This commit is contained in:
parent
01dff91448
commit
3000ce5bfc
41 changed files with 202 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
@import url("ameframework.css");
|
||||
@import url("assets/fonts/Inter/inter.css");
|
||||
|
||||
:root {
|
||||
--appleEase: cubic-bezier(0.42, 0, 0.58, 1);
|
||||
|
@ -36,6 +37,7 @@ body {
|
|||
background-position: center;
|
||||
background: #0000;
|
||||
font-family: "Segoe UI Variable Display", -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
|
||||
// font-family: "Inter var experimental", -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
|
||||
transition: opacity .10s var(--appleEase);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue