1
0
mirror of https://github.com/privacyguides/brand.git synced 2025-06-16 09:51:20 +00:00
brand/fonts/DM Mono/stylesheet.css

16 lines
323 B
CSS
Raw Permalink Normal View History

2022-05-28 12:20:43 -05:00
@font-face {
font-family: 'DM Mono';
2024-03-28 15:35:14 -05:00
src: url('Regular.woff2') format('woff2');
2022-05-28 12:20:43 -05:00
font-weight: normal;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'DM Mono';
2024-03-28 15:35:14 -05:00
src: url('Medium.woff2') format('woff2');
2022-05-28 12:20:43 -05:00
font-weight: 500;
font-style: normal;
font-display: swap;
}