forked from GNUsocial/gnu-social
15 lines
349 B
CSS
15 lines
349 B
CSS
@font-face {
|
|
font-family: 'Manrope';
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
src: url(Manrope-Regular.woff2),
|
|
url(Manrope-Regular.woff);
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Manrope';
|
|
font-style: normal;
|
|
font-weight: 900;
|
|
src: url(Manrope-ExtraBold.woff2) format("woff2"),
|
|
url(Manrope-ExtraBold.woff) format("woff");
|
|
} |