fixed font, moved to single quotes in css file
This commit is contained in:
parent
a414066ab9
commit
d373971644
@ -1,19 +1,18 @@
|
|||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "DM Mono";
|
font-family: 'DM Mono';
|
||||||
src: url("DMMono-Regular.woff2");
|
src: url('DMMono-Regular.woff2');
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "DM Mono";
|
font-family: 'DM Mono';
|
||||||
src: url("DMMono-Medium.woff2");
|
src: url('DMMono-Medium.woff2');
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "DM Mono";
|
font-family: 'DM Mono';
|
||||||
src: url("DMMono-Italic.woff2");
|
src: url('DMMono-Italic.woff2');
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -24,7 +23,7 @@
|
|||||||
--border: #76818e;
|
--border: #76818e;
|
||||||
--border-light: #a0a8b1;
|
--border-light: #a0a8b1;
|
||||||
--green: #5da892;
|
--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 {
|
body {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user