2017-05-03 10:04:16 +10:00
|
|
|
@font-face {
|
2022-06-02 03:22:35 +10:00
|
|
|
font-family: mastodon-font-display;
|
|
|
|
src:
|
|
|
|
local('Montserrat'),
|
2017-05-07 23:23:06 +10:00
|
|
|
url('../fonts/montserrat/Montserrat-Regular.woff2') format('woff2'),
|
|
|
|
url('../fonts/montserrat/Montserrat-Regular.woff') format('woff'),
|
|
|
|
url('../fonts/montserrat/Montserrat-Regular.ttf') format('truetype');
|
2017-05-03 10:04:16 +10:00
|
|
|
font-weight: 400;
|
2021-10-15 06:04:26 +11:00
|
|
|
font-display: swap;
|
2017-05-03 10:04:16 +10:00
|
|
|
font-style: normal;
|
|
|
|
}
|
2017-07-11 23:27:59 +10:00
|
|
|
|
|
|
|
@font-face {
|
2022-06-02 03:22:35 +10:00
|
|
|
font-family: mastodon-font-display;
|
|
|
|
src:
|
|
|
|
local('Montserrat Medium'),
|
2017-07-11 23:27:59 +10:00
|
|
|
url('../fonts/montserrat/Montserrat-Medium.ttf') format('truetype');
|
|
|
|
font-weight: 500;
|
2021-10-15 06:04:26 +11:00
|
|
|
font-display: swap;
|
2017-07-11 23:27:59 +10:00
|
|
|
font-style: normal;
|
|
|
|
}
|