1
0
mirror of https://github.com/minio/docs.git synced 2025-09-02 00:02:14 +03:00
Files
docs/source/_static/scss/includes/_font.scss

23 lines
627 B
SCSS

@font-face {
font-family: "Mark";
src: url("../fonts/Mark-Regular.woff2") format("woff2"),
url("../fonts/Mark-Regular.woff") format("woff");
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: "Mark";
src: url("../fonts/Mark-Medium.woff2") format("woff2"),
url("../fonts/Mark-Medium.woff") format("woff");
font-weight: 500;
font-style: normal;
}
@font-face {
font-family: "Mark";
src: url("../fonts/Mark-Bold.woff2") format("woff2"),
url("../fonts/Mark-Bold.woff") format("woff");
font-weight: 700;
font-style: normal;
}