1
0
mirror of https://github.com/privacyguides/brand.git synced 2025-06-15 17:31:14 +00:00
brand/fonts/DM Mono/stylesheet.css
2024-03-28 15:38:40 -05:00

16 lines
323 B
CSS

@font-face {
font-family: 'DM Mono';
src: url('Regular.woff2') format('woff2');
font-weight: normal;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'DM Mono';
src: url('Medium.woff2') format('woff2');
font-weight: 500;
font-style: normal;
font-display: swap;
}