Added: Dashboard layout
This commit is contained in:
@@ -1,10 +1,13 @@
|
||||
body {
|
||||
margin: 0;
|
||||
font-family: Averta;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
* {
|
||||
font-family: Averta;
|
||||
}
|
||||
|
||||
code {
|
||||
font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New', monospace;
|
||||
}
|
||||
@@ -14,4 +17,4 @@ code {
|
||||
src: local('Averta'), url(./assets/fonts/Averta.woff) format('woff');
|
||||
/* other formats include: 'woff2', 'truetype, 'opentype',
|
||||
'embedded-opentype', and 'svg' */
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user