1
0
mirror of https://github.com/privacyguides/brand.git synced 2025-06-28 07:42:40 +00:00

Upload Fonts

This commit is contained in:
2022-05-28 12:20:43 -05:00
parent 23a4f028b1
commit 7e94d7a5d7
13 changed files with 340 additions and 5 deletions

View File

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