change fonts

This commit is contained in:
2022-05-25 14:32:52 -05:00
parent eec6b1a43f
commit b7c20bb20f
2 changed files with 83 additions and 6 deletions

View File

@@ -1,4 +1,6 @@
@import url('fonts/dinpro/dinpro.css');
@import url('fonts/noto-emoji.css');
@font-face {
font-family: "Hellovetica";
src: url("hellovetica.ttf") format("truetype");
@@ -8,12 +10,6 @@
font-family: "Helvetica";
}
@font-face {
font-family: "DINPro";
src: url('https://fonts.googleapis.com/css2?family=Noto+Emoji');
unicode-range: U+1F300-1F5FF, U+1F600-1F64F, U+1F680-1F6FF, U+2600-26FF;
}
.dashboard {
font-family: "DINPro";
height: 699px;
@@ -85,6 +81,7 @@ width: 100%;
border-style: solid;
border-radius: 5px;
padding: 2px;
font-family: "Noto Emoji", "Helvetica";
}
.daterange {