mirror of
https://github.com/modrinth/code.git
synced 2026-08-30 11:36:05 +00:00
46 lines
1.4 KiB
CSS
46 lines
1.4 KiB
CSS
@font-face {
|
|
font-family: inter;
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
font-display: swap;
|
|
src:
|
|
url('https://cdn-raw.modrinth.com/fonts/inter/Inter-Regular.woff2?v=3.19') format('woff2'),
|
|
url('https://cdn-raw.modrinth.com/fonts/inter/Inter-Regular.woff?v=3.19') format('woff');
|
|
}
|
|
@font-face {
|
|
font-family: inter;
|
|
font-style: normal;
|
|
font-weight: 500;
|
|
font-display: swap;
|
|
src:
|
|
url('https://cdn-raw.modrinth.com/fonts/inter/Inter-Medium.woff2?v=3.19') format('woff2'),
|
|
url('https://cdn-raw.modrinth.com/fonts/inter/Inter-Medium.woff?v=3.19') format('woff');
|
|
}
|
|
@font-face {
|
|
font-family: inter;
|
|
font-style: normal;
|
|
font-weight: 600;
|
|
font-display: swap;
|
|
src:
|
|
url('https://cdn-raw.modrinth.com/fonts/inter/Inter-SemiBold.woff2?v=3.19') format('woff2'),
|
|
url('https://cdn-raw.modrinth.com/fonts/inter/Inter-SemiBold.woff?v=3.19') format('woff');
|
|
}
|
|
@font-face {
|
|
font-family: inter;
|
|
font-style: normal;
|
|
font-weight: 700;
|
|
font-display: swap;
|
|
src:
|
|
url('https://cdn-raw.modrinth.com/fonts/inter/Inter-Bold.woff2?v=3.19') format('woff2'),
|
|
url('https://cdn-raw.modrinth.com/fonts/inter/Inter-Bold.woff?v=3.19') format('woff');
|
|
}
|
|
@font-face {
|
|
font-family: inter;
|
|
font-style: normal;
|
|
font-weight: 800;
|
|
font-display: swap;
|
|
src:
|
|
url('https://cdn-raw.modrinth.com/fonts/inter/Inter-ExtraBold.woff2?v=3.19') format('woff2'),
|
|
url('https://cdn-raw.modrinth.com/fonts/inter/Inter-ExtraBold.woff?v=3.19') format('woff');
|
|
}
|