v0.1.4-pre.006-fix.001

This commit is contained in:
2026-08-16 11:44:02 +02:00
parent 34f6f448fb
commit e11006e96a
8 changed files with 154 additions and 15 deletions

View File

@@ -1,5 +1,13 @@
// file: crates/ksp-app-config-desk/frontend/sass/splash.scss
// version: 1
// version: 2
@font-face {
font-family: "Dos Amazigh";
src: url("../fonts/DOS_Amazigh.ttf") format("truetype");
font-weight: normal;
font-style: normal;
font-display: swap;
}
body {
display: flex;
@@ -36,7 +44,7 @@ body {
z-index: 2;
transform: translate(-50%, -50%);
color: #fff;
font-family: "Arial Black", Arial, sans-serif;
font-family: "Dos Amazigh", sans-serif;
font-size: 76px;
font-weight: bold;
text-align: center;
@@ -54,4 +62,4 @@ body {
background: rgba(0, 0, 0, 0.35);
font-family: monospace;
font-size: 0.82rem;
}
}