Huge updates
This commit is contained in:
@@ -62,14 +62,26 @@
|
||||
--kb-card-text: #e5e7eb;
|
||||
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Times';
|
||||
src: url('../fonts/times.ttf') format('ttf');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'Noto';
|
||||
src: url('../fonts/NotoSans-Regular.ttf') format('ttf');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
html, body{
|
||||
background-color: var(--bg);
|
||||
color: var(--fg);
|
||||
font-size: 16px;
|
||||
transition: background-color .3s, color .3s;
|
||||
margin: 0;
|
||||
margin: 0;
|
||||
font-family: 'Noto', sans-serif;
|
||||
}
|
||||
|
||||
h1, h2, h3{ color: var(--heading); }
|
||||
|
||||
Reference in New Issue
Block a user