mirror of
https://github.com/privacyguides/brand.git
synced 2025-06-15 17:31:14 +00:00
16 lines
323 B
CSS
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;
|
|
}
|