adding content

This commit is contained in:
2026-04-19 23:10:51 +01:00
parent 172a1f85c3
commit 1f5bd9e089
308 changed files with 376 additions and 33 deletions

16
assets/styles/style.css Executable file → Normal file
View File

@@ -65,24 +65,20 @@
}
@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;
src: url('../fonts/times.ttf') format('truetype');
}
@font-face {
font-family: 'Noto';
src: url('../fonts/NotoSans-Regular.ttf') format('truetype');
}
html, body{
background-color: var(--bg);
color: var(--fg);
font-size: 16px;
transition: background-color .3s, color .3s;
margin: 0;
font-family: 'Noto', sans-serif;
font-family: 'Noto', system-ui, sans-serif;
}
h1, h2, h3{ color: var(--heading); }