fixed font, moved to single quotes in css file

This commit is contained in:
Johannes Olzem 2023-08-29 18:46:06 +02:00
parent a414066ab9
commit d373971644
Signed by: jolzem
GPG Key ID: DB5485828E95A447

View File

@ -1,19 +1,18 @@
@font-face {
font-family: "DM Mono";
src: url("DMMono-Regular.woff2");
font-family: 'DM Mono';
src: url('DMMono-Regular.woff2');
font-weight: normal;
}
@font-face {
font-family: "DM Mono";
src: url("DMMono-Medium.woff2");
font-family: 'DM Mono';
src: url('DMMono-Medium.woff2');
font-weight: bold;
}
@font-face {
font-family: "DM Mono";
src: url("DMMono-Italic.woff2");
font-family: 'DM Mono';
src: url('DMMono-Italic.woff2');
font-style: italic;
}
@ -24,7 +23,7 @@
--border: #76818e;
--border-light: #a0a8b1;
--green: #5da892;
--font-body: "DM Mono", "Inter", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
--font-body: 'DM Mono', 'Lucida Console', 'Monaco', 'Courier New', 'Courier', monospace;
}
body {