51 lines
1.6 KiB
CSS
51 lines
1.6 KiB
CSS
@import 'tailwindcss/base';
|
|
@import 'tailwindcss/components';
|
|
@import 'tailwindcss/utilities';
|
|
|
|
.pp-version-notice-bold-purple{
|
|
display: none; /*cacher les messages du plugin*/
|
|
}
|
|
.pp-version-notice-bold-purple-message{
|
|
display: none;
|
|
}
|
|
.pp-version-notice-bold-purple-button{
|
|
display: none;
|
|
}
|
|
|
|
|
|
@layer base{
|
|
@font-face {
|
|
font-family: "Authentic_Sans";
|
|
src: url("/assets/fonts/authentic-sans-90/AUTHENTICSans-90.woff") format("woff"),
|
|
url("/assets/fonts/authentic-sans-90/AUTHENTICSans-90.woff2") format("woff2"),
|
|
url("/assets/fonts/authentic-sans-90/AUTHENTICSans-90.otf") format("otf");
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "Authentic_Sans_60";
|
|
src: url("/assets/fonts/authentic-sans-90/AUTHENTICSans-60.woff") format("woff"),
|
|
url("/assets/fonts/authentic-sans-90/AUTHENTICSans-60.woff2") format("woff2"),
|
|
url("/assets/fonts/authentic-sans-90/AUTHENTICSans-60.otf") format("otf");
|
|
font-style: normal;
|
|
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Libre_Caslon';
|
|
src: url("/assets/fonts/libre-caslon/LibreCaslonText-Regular.woff") format("woff"),
|
|
url("/assets/fonts/libre-caslon/librecaslontext-regular.otf") format("otf");
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Libre_Caslon';
|
|
src: url("/assets/fonts/libre-caslon/LibreCaslonText-Italic.woff") format("woff"),
|
|
url("/assets/fonts/libre-caslon/librecaslontext-italic.otf") format("otf");
|
|
font-weight: normal;
|
|
font-style: italic;
|
|
}
|
|
|
|
|
|
} |