Deplace static files for themes

This commit is contained in:
2026-05-21 22:28:49 +02:00
parent 71ec2f99e1
commit d484f232e0
78 changed files with 121 additions and 880 deletions

View File

@@ -0,0 +1,31 @@
/*Import de fontes trouver sur font2u.com Bon site !!!! */
@font-face {
font-family: 'Lora';
src:url("../fonts/Lora-Regular.woff");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Raleway';
src:url("../fonts/Raleway-Regular.woff");
font-weight: normal;
}
@font-face {
font-family: 'Raleway';
src:url("../fonts/Raleway-Bold.woff");
font-weight: bold;
}
@font-face {
font-family:'Lora-Italic';
src:url("../fonts/Lora-Italic.woff");
}
@font-face {
font-family:'Roboto';
src:url("../fonts/Roboto-Regular.woff");
}