Feat: portfolio polish + font Danzza Light
- App.svelte : classe active sur la slide courante - Portfolio : flèches PNG custom, <output> pour le compteur, transition gallery mobile avec délai à l'entrée seulement - fonts.css : @font-face Danzza Light + classe .font-face-danzza-light corrigée Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
77080c4928
commit
e45380258b
4 changed files with 43 additions and 15 deletions
|
|
@ -20,6 +20,13 @@
|
|||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Danzza Light";
|
||||
src: local("Danzza Light"),
|
||||
url("/assets/fonts/Danzza%20Light.otf") format("opentype");
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Danzza Bold";
|
||||
src: local("Danzza Bold"),
|
||||
|
|
@ -36,9 +43,8 @@
|
|||
font-family: "Danzza";
|
||||
}
|
||||
|
||||
/* Danzza Light n'existe pas — pointe vers Regular */
|
||||
.font-face-danzza-light {
|
||||
font-family: "Danzza";
|
||||
font-family: "Danzza Light";
|
||||
}
|
||||
|
||||
.font-face-danzza-medium {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue