- Aggiornati margini.

- Cataloghi: Export ed Import di una pagine ed i suoi elementi !
This commit is contained in:
Surya Paolo
2024-12-13 18:10:04 +01:00
parent 29c59588c7
commit 8baf1e99f0
39 changed files with 752 additions and 141 deletions

View File

@@ -28,13 +28,27 @@
font-style: normal;
}
@font-face {
font-family: 'DIN-Pro-Condensed-Bold-Italic';
src: url('~src/assets/fonts/DIN-Pro-Condensed-Bold-Italic.otf') format('opentype');
font-weight: bold;
font-style: italic;
}
@font-face {
font-family: 'DIN-Pro-Condensed-Regular';
src: url('~src/assets/fonts/DINPro-CondensedBold.otf') format('opentype');
src: url('~src/assets/fonts/DIN-Pro-Condensed-Regular.otf') format('opentype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'DIN-Pro-Condensed-Medium-Italic';
src: url('~src/assets/fonts/DIN-Pro-Condensed-Medium-Italic.otf') format('opentype');
font-weight: normal;
font-style: italic;
}
@font-face {
font-family: 'DINPro';
src: url('~src/assets/fonts/DINPro.otf') format('opentype');
@@ -42,6 +56,13 @@
font-style: normal;
}
@font-face {
font-family: 'DINPro-Medium';
src: url('~src/assets/fonts/DINPro-Medium.otf') format('opentype');
font-weight: normal;
font-style: normal;
}
body {
font-family: Söhne, ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Ubuntu, Cantarell, "Noto Sans", sans-serif, "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
-webkit-font-smoothing: antialiased;