@font-face {
font-family: Inter;
src: local(Inter-Regular),
url(/path/to/Inter-Regular.woff2) format("woff2"),
url(/path/to/Inter-Regular.woff) format("woff"),
url(../fonts/Inter-Regular.ttf) format("truetype");
font-weight: 400;
font-style: normal;
font-stretch: normal;
}
@font-face {
font-family: Inter;
src: local(Inter-Medium),
url(/path/to/Inter-Medium.woff2) format("woff2"),
url(/path/to/Inter-Medium.woff) format("woff"),
url(../fonts/Inter-Medium.ttf) format("truetype");
font-weight: 500;
font-style: normal;
font-stretch: normal;
}
@font-face {
font-family: Inter;
src: local(Inter-Bold),
url(/path/to/Inter-Bold.woff2) format("woff2"),
url(/path/to/Inter-Bold.woff) format("woff"),
url(../fonts/Inter-Bold.ttf) format("truetype");
font-weight: 900;
font-style: normal;
font-stretch: normal;
}