embed the inter font
This commit is contained in:
parent
53705af5ce
commit
d9bf2f6278
Binary file not shown.
|
@ -0,0 +1,3 @@
|
|||
SPDX-FileCopyrightText: 2016-2020 The Inter Project Authors
|
||||
|
||||
SPDX-License-Identifier: OFL-1.1
|
|
@ -4,11 +4,20 @@
|
|||
* SPDX-License-Identifier: CC0-1.0
|
||||
*/
|
||||
|
||||
@font-face {
|
||||
font-family: 'Inter';
|
||||
font-weight: 100 900;
|
||||
font-display: swap;
|
||||
font-style: oblique 0deg 10deg;
|
||||
src: url("/static/inter.woff2?v=3.19") format("woff2");
|
||||
}
|
||||
|
||||
html {
|
||||
max-width: 500px;
|
||||
margin: auto auto;
|
||||
color: #2f2f2f;
|
||||
background: white;
|
||||
font-family: 'Inter', sans-serif;
|
||||
}
|
||||
|
||||
a {
|
||||
|
|
Loading…
Reference in New Issue