personalisation du pane: corection du plugin de font personalisé
All checks were successful
Deploy / Deploy to Production (push) Successful in 9s

This commit is contained in:
antonin gallon 2026-01-15 15:30:40 +01:00
parent 226f7d667b
commit a66d399cfb
5 changed files with 77 additions and 10 deletions

View file

@ -1,4 +1,19 @@
/* Styles pour les marks personnalisés dans le panel Kirby */
@font-face {
font-family: 'Terminal Grotesque';
src: url('/assets/css/fonts/terminal-grotesque.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Pixelify Sans';
src: url('/assets/css/fonts/PixelifySans-Regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
/* Mark Green - Couleur verte */
.k-writer span.green {
@ -7,12 +22,6 @@
/* Mark Pixel - Typo serif (placeholder pour future typo pixel) */
.k-writer span.pixel {
font-family: Georgia, "Times New Roman", serif;
}
/* Combinaison des deux marks */
.k-writer span.green.pixel,
.k-writer span.pixel.green {
color: #04fea0;
font-family: Georgia, "Times New Roman", serif;
}
font-family: 'Pixelify Sans', serif;
font-size: 1.15em;
}