everything local, fontawesome free latest

This commit is contained in:
tcaxle
2020-04-17 15:13:01 +01:00
parent 842de65210
commit b17fc83ee7
5219 changed files with 2076 additions and 242080 deletions

Binary file not shown.

4556
static/css/font-awesome.css vendored Normal file

File diff suppressed because it is too large Load Diff

16
static/css/fonts.css Normal file
View File

@@ -0,0 +1,16 @@
@font-face {
font-family: "Marcellus SC";
font-style: normal;
font-weight: 400;
font-display: swap;
src: url("../fonts/MarcellusSC-Regular.ttf");
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
font-family: "Marcellus SC";
font-style: normal;
font-weight: 400;
font-display: swap;
src: url("../fonts/MarcellusSC-Regular.ttf");
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

View File

@@ -89,6 +89,22 @@
transparent 100%);
}
/* Accordions */
.accordion,.trAccordion {
cursor: pointer;
outline: none;
transition: 0.4s;
}
.accordionActive {
background-color:#40545c;
color:#e8a951;
}
.accordionPanel,.accordionRow {
color:#40545c;
display: none;
overflow: hidden;
}
/* W3.CSS 4.13 June 2019 by Jan Egil and Borge Refsnes */
html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}
/* Extract from normalize.css by Nicolas Gallagher and Jonathan Neal git.io/normalize */