mirror of
https://github.com/lunaisnotaboy/mastodon.git
synced 2024-11-02 13:04:37 +00:00
b2eaf5562d
Conflicts: - `README.md`: Upstream added some documentation in the README, but our README is pretty different and barebone. Kept our README.
20 lines
585 B
SCSS
20 lines
585 B
SCSS
@font-face {
|
|
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');
|
|
font-weight: 400;
|
|
font-display: swap;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'mastodon-font-display';
|
|
src: local('Montserrat Medium'),
|
|
url('~fonts/montserrat/Montserrat-Medium.ttf') format('truetype');
|
|
font-weight: 500;
|
|
font-display: swap;
|
|
font-style: normal;
|
|
}
|