This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
2017-05-02 17:04:16 -07:00
|
|
|
@font-face {
|
2017-05-07 06:23:06 -07:00
|
|
|
font-family: 'mastodon-font-display';
|
|
|
|
src: local('Montserrat'),
|
|
|
|
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-02 17:04:16 -07:00
|
|
|
font-weight: 400;
|
|
|
|
font-style: normal;
|
|
|
|
}
|
2017-07-11 06:27:59 -07:00
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-family: 'mastodon-font-display';
|
|
|
|
src: local('Montserrat'),
|
|
|
|
url('../fonts/montserrat/Montserrat-Medium.ttf') format('truetype');
|
|
|
|
font-weight: 500;
|
|
|
|
font-style: normal;
|
|
|
|
}
|