This commit is contained in:
parent
eeb4cb4e3a
commit
347ccd33eb
3 changed files with 31 additions and 61 deletions
|
|
@ -1,27 +1,11 @@
|
|||
/* 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 {
|
||||
color: #04fea0;
|
||||
color: #04fea0;
|
||||
}
|
||||
|
||||
/* Mark Pixel - Typo serif (placeholder pour future typo pixel) */
|
||||
.k-writer span.pixel {
|
||||
font-family: 'Pixelify Sans', serif;
|
||||
font-size: 1.15em;
|
||||
}
|
||||
font-family: "Terminal", serif;
|
||||
font-size: 1.15em;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue