mirror of
https://github.com/minio/docs.git
synced 2025-08-05 03:41:24 +03:00
15 lines
419 B
SCSS
15 lines
419 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;
|
|
} |