Animations, Policy, Toolbar Colors
This commit is contained in:
@@ -267,8 +267,8 @@ h3 {
|
||||
// PER VERSIONE MOBILE
|
||||
|
||||
p {
|
||||
font-size: 100%; // default font size (browser 16) -> (10 62.5%)
|
||||
font-family: "Abyssinica SIL", serif;
|
||||
// font-size: 100%; // default font size (browser 16) -> (10 62.5%)
|
||||
// font-family: "Abyssinica SIL", serif;
|
||||
text-justify: auto;
|
||||
margin: 0 0 4px;
|
||||
}
|
||||
@@ -1115,6 +1115,41 @@ h3 {
|
||||
src: url(./fonts/walterturncoat.woff);
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: Baskervville;
|
||||
src: url(./fonts/Baskervville-Regular.woff);
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: Baskervville;
|
||||
src: url(./fonts/Baskervville-Italic.woff);
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.font-Lato {
|
||||
font-family: 'Lato', 'Helvetica Neue', Arial, sans-serif !important;
|
||||
}
|
||||
|
||||
.font-Montserrat {
|
||||
font-family: 'Montserrat', 'Lato', 'Helvetica Neue', Arial, sans-serif !important;
|
||||
}
|
||||
|
||||
.font-Verdana {
|
||||
font-family: 'Verdana', 'Lato', 'Helvetica Neue', Arial, sans-serif !important;
|
||||
}
|
||||
|
||||
.font-Baskervville {
|
||||
font-family: 'Baskervville', 'Source Sans Pro', 'Helvetica Neue', Arial, sans-serif !important;
|
||||
}
|
||||
|
||||
.font-SourceSansPro {
|
||||
font-family: 'Source Sans Pro', 'Helvetica Neue', Arial, sans-serif !important;
|
||||
}
|
||||
|
||||
.font-Arial {
|
||||
font-family: 'Arial Black', 'Helvetica Neue', Arial, sans-serif !important;
|
||||
}
|
||||
|
||||
.title_shadow {
|
||||
font-family: WalterTurncoat, handwriting, Arial, sans-serif;
|
||||
font-size: 1.25rem;
|
||||
|
||||
Reference in New Issue
Block a user