fonts
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
@import url('fonts/dinpro/dinpro.css');
|
||||
@import url('fonts/noto-emoji.css');
|
||||
@import url('fonts/openmoji.css');
|
||||
|
||||
@font-face {
|
||||
font-family: "Hellovetica";
|
||||
src: url("hellovetica.ttf") format("truetype");
|
||||
src: url("fonts/hellovetica.ttf") format("truetype");
|
||||
}
|
||||
|
||||
@font-face {
|
||||
@@ -11,19 +12,19 @@
|
||||
}
|
||||
|
||||
.dashboard {
|
||||
font-family: "Helvetica";
|
||||
font-family: "Helvetica", sans-serif;
|
||||
height: 699px;
|
||||
width: 600px;
|
||||
text-align: left;
|
||||
font-size: 17px;
|
||||
text-align: left;
|
||||
font-size: 17px;
|
||||
}
|
||||
|
||||
.panel {
|
||||
position: relative;
|
||||
height: 50%;
|
||||
verical-align: top;
|
||||
/* height: 250px; */
|
||||
width: 100%;
|
||||
verical-align: top;
|
||||
/* height: 250px; */
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.panel.top {
|
||||
|
||||
Reference in New Issue
Block a user