MarseyPride/fonts/stylesheet.css

11 lines
275 B
CSS
Raw Normal View History

2022-02-12 17:50:51 +00:00
@font-face {
font-family: 'Marsey';
src: url('Marsey-Regular.woff2') format('woff2'),
url('Marsey-Regular.woff') format('woff'),
url('Marsey-Regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
font-display: swap;
}