release #4

Merged
log101 merged 21 commits from release into main 2025-01-02 18:40:00 +00:00
Showing only changes of commit 02e92a3049 - Show all commits

View File

@ -18,6 +18,12 @@ body {
background-color: #f5fffa;
}
img,
video {
max-width: 100%;
height: auto;
}
@font-face {
font-family: "Source Code Pro";
src: url(/fonts/SourceCodePro-Regular.otf.woff2) format("woff2");
@ -25,7 +31,7 @@ body {
@font-face {
font-family: "Inter";
src: url(/fonts/Inter-Regular.otf.woff2) format("woff2");
src: url(/fonts/Inter-Regular.woff2) format("woff2");
}
@layer components {