1
0
mirror of https://github.com/minio/docs.git synced 2025-08-05 03:41:24 +03:00
Files
docs/source/_static/scss/includes/_font.scss
2024-11-13 06:01:42 -08:00

50 lines
1.3 KiB
SCSS

@font-face {
font-family: Geist;
src: url(../fonts/geist/Geist-Bold.woff2) format("woff2");
font-weight: 700;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: Geist;
src: url(../fonts/geist/Geist-Regular.woff2) format("woff2");
font-weight: 400;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: Geist;
src: url(../fonts/geist/Geist-Medium.woff2) format("woff2");
font-weight: 500;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: Geist Mono;
src: url(../fonts/geist-mono/GeistMono-Regular.woff2) format("woff2");
font-weight: 400;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: Satoshi;
src: url(../fonts/satoshi/Satoshi-Bold.woff2) format("woff2");
font-weight: 700;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: Satoshi;
src: url(../fonts/satoshi/Satoshi-Regular.woff2) format("woff2");
font-weight: 400;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: Satoshi;
src: url(../fonts/satoshi/Satoshi-Medium.woff2) format("woff2");
font-weight: 500;
font-style: normal;
font-display: swap;
}