31 lines
1.0 KiB
CSS
Executable File
31 lines
1.0 KiB
CSS
Executable File
@font-face {
|
|
font-family: 'MailSans';
|
|
font-weight: 400;
|
|
font-style: normal;
|
|
font-display: fallback;
|
|
src: url('/botapi/fonts/MailSansVariative.woff2') format('woff2-variations'), url('/botapi/fonts/MailSansRegular.woff') format('woff');
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'MailSans';
|
|
font-weight: 400;
|
|
font-style: italic;
|
|
font-display: fallback;
|
|
src: url('/botapi/fonts/MailSansVariativeItalic.woff2') format('woff2-variations'), url('/botapi/fonts/MailSansRegularItalic.woff') format('woff');
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'MailSans';
|
|
font-weight: 500;
|
|
font-style: normal;
|
|
font-display: fallback;
|
|
src: url('/botapi/fonts/MailSansVariative.woff2') format('woff2-variations'), url('/botapi/fonts/MailSansMedium.woff') format('woff');
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'MailSans';
|
|
font-weight: 700;
|
|
font-style: normal;
|
|
font-display: fallback;
|
|
src: url('/botapi/fonts/MailSansVariative.woff2') format('woff2-variations'), url('/botapi/fonts/MailSansBold.woff') format('woff');
|
|
} |