use juniusx instead of charis
This commit is contained in:
parent
e73d442365
commit
04980f6e20
44 changed files with 254 additions and 61 deletions
BIN
style/fonts/charis/CharisSIL-B.ttf
(Stored with Git LFS)
BIN
style/fonts/charis/CharisSIL-B.ttf
(Stored with Git LFS)
Binary file not shown.
BIN
style/fonts/charis/CharisSIL-B.woff
(Stored with Git LFS)
BIN
style/fonts/charis/CharisSIL-B.woff
(Stored with Git LFS)
Binary file not shown.
BIN
style/fonts/charis/CharisSIL-BI.ttf
(Stored with Git LFS)
BIN
style/fonts/charis/CharisSIL-BI.ttf
(Stored with Git LFS)
Binary file not shown.
BIN
style/fonts/charis/CharisSIL-BI.woff
(Stored with Git LFS)
BIN
style/fonts/charis/CharisSIL-BI.woff
(Stored with Git LFS)
Binary file not shown.
BIN
style/fonts/charis/CharisSIL-I.ttf
(Stored with Git LFS)
BIN
style/fonts/charis/CharisSIL-I.ttf
(Stored with Git LFS)
Binary file not shown.
BIN
style/fonts/charis/CharisSIL-I.woff
(Stored with Git LFS)
BIN
style/fonts/charis/CharisSIL-I.woff
(Stored with Git LFS)
Binary file not shown.
BIN
style/fonts/charis/CharisSIL-R.ttf
(Stored with Git LFS)
BIN
style/fonts/charis/CharisSIL-R.ttf
(Stored with Git LFS)
Binary file not shown.
BIN
style/fonts/charis/CharisSIL-R.woff
(Stored with Git LFS)
BIN
style/fonts/charis/CharisSIL-R.woff
(Stored with Git LFS)
Binary file not shown.
|
@ -1,33 +0,0 @@
|
|||
@font-face {
|
||||
font-family: Charis;
|
||||
font-weight: 400;
|
||||
src:
|
||||
url(CharisSIL-R.ttf) format('truetype'),
|
||||
url(CharisSIL-R.woff) format('woff');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: Charis;
|
||||
font-weight: 500;
|
||||
src:
|
||||
url(CharisSIL-B.ttf) format('truetype'),
|
||||
url(CharisSIL-B.woff) format('woff');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: Charis;
|
||||
font-weight: 400;
|
||||
font-style: italic;
|
||||
src:
|
||||
url(CharisSIL-I.ttf) format('truetype'),
|
||||
url(CharisSIL-I.woff) format('woff');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: Charis;
|
||||
font-weight: 500;
|
||||
font-style: italic;
|
||||
src:
|
||||
url(CharisSIL-BI.ttf) format('truetype'),
|
||||
url(CharisSIL-BI.woff) format('woff');
|
||||
}
|
138
style/fonts/junius/junius.css
Normal file
138
style/fonts/junius/junius.css
Normal file
|
@ -0,0 +1,138 @@
|
|||
@font-face {
|
||||
font-family: JuniusX;
|
||||
font-weight: 300;
|
||||
font-stretch: normal;
|
||||
src:
|
||||
url(ttf/JuniusX-Light.ttf) format('ttf'),
|
||||
url(woff2/JuniusX-Light.woff2) format('woff2');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: JuniusX;
|
||||
font-weight: 400;
|
||||
font-stretch: normal;
|
||||
src:
|
||||
url(ttf/JuniusX-Regular.ttf) format('ttf'),
|
||||
url(woff2/JuniusX-Regular.woff2) format('woff2');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: JuniusX;
|
||||
font-weight: 500;
|
||||
font-stretch: normal;
|
||||
src:
|
||||
url(ttf/JuniusX-Medium.ttf) format('ttf'),
|
||||
url(woff2/JuniusX-Medium.woff2) format('woff2');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: JuniusX;
|
||||
font-weight: 600;
|
||||
font-stretch: normal;
|
||||
src:
|
||||
url(ttf/JuniusX-Semibold.ttf) format('ttf'),
|
||||
url(woff2/JuniusX-Semibold.woff2) format('woff2');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: JuniusX;
|
||||
font-weight: 700;
|
||||
font-stretch: normal;
|
||||
src:
|
||||
url(ttf/JuniusX-Bold.ttf) format('ttf'),
|
||||
url(woff2/JuniusX-Bold.woff2) format('woff2');
|
||||
}
|
||||
|
||||
|
||||
@font-face {
|
||||
font-family: JuniusX;
|
||||
font-weight: 300;
|
||||
font-stretch: semi-condensed;
|
||||
src:
|
||||
url(ttf/JuniusX-SemiCondensedLight.ttf) format('ttf'),
|
||||
url(woff2/JuniusX-SemiCondensedLight.woff2) format('woff2');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: JuniusX;
|
||||
font-weight: 400;
|
||||
font-stretch: semi-condensed;
|
||||
src:
|
||||
url(ttf/JuniusX-SemiCondensed.ttf) format('ttf'),
|
||||
url(woff2/JuniusX-SemiCondensed.woff2) format('woff2');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: JuniusX;
|
||||
font-weight: 500;
|
||||
font-stretch: semi-condensed;
|
||||
src:
|
||||
url(ttf/JuniusX-SemiCondensedMedium.ttf) format('ttf'),
|
||||
url(woff2/JuniusX-SemiCondensedMedium.woff2) format('woff2');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: JuniusX;
|
||||
font-weight: 600;
|
||||
font-stretch: semi-condensed;
|
||||
src:
|
||||
url(ttf/JuniusX-SemiCondensedSemibold.ttf) format('ttf'),
|
||||
url(woff2/JuniusX-SemiCondensedSemibold.woff2) format('woff2');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: JuniusX;
|
||||
font-weight: 700;
|
||||
font-stretch: semi-condensed;
|
||||
src:
|
||||
url(ttf/JuniusX-SemiCondensedBold.ttf) format('ttf'),
|
||||
url(woff2/JuniusX-SemiCondensedBold.woff2) format('woff2');
|
||||
}
|
||||
|
||||
|
||||
@font-face {
|
||||
font-family: JuniusX;
|
||||
font-weight: 300;
|
||||
font-stretch: condensed;
|
||||
src:
|
||||
url(ttf/JuniusX-CondensedLight.ttf) format('ttf'),
|
||||
url(woff2/JuniusX-CondensedLight.woff2) format('woff2');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: JuniusX;
|
||||
font-weight: 400;
|
||||
font-stretch: condensed;
|
||||
src:
|
||||
url(ttf/JuniusX-Condensed.ttf) format('ttf'),
|
||||
url(woff2/JuniusX-Condensed.woff2) format('woff2');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: JuniusX;
|
||||
font-weight: 500;
|
||||
font-stretch: condensed;
|
||||
src:
|
||||
url(ttf/JuniusX-CondensedMedium.ttf) format('ttf'),
|
||||
url(woff2/JuniusX-CondensedMedium.woff2) format('woff2');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: JuniusX;
|
||||
font-weight: 600;
|
||||
font-stretch: condensed;
|
||||
src:
|
||||
url(ttf/JuniusX-CondensedSemibold.ttf) format('ttf'),
|
||||
url(woff2/JuniusX-CondensedSemibold.woff2) format('woff2');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: JuniusX;
|
||||
font-weight: 700;
|
||||
font-stretch: condensed;
|
||||
src:
|
||||
url(ttf/JuniusX-CondensedBold.ttf) format('ttf'),
|
||||
url(woff2/JuniusX-CondensedBold.woff2) format('woff2');
|
||||
}
|
||||
|
||||
/* idk what "JuniusVF" is */
|
BIN
style/fonts/junius/ttf/JuniusVF.ttf
(Stored with Git LFS)
Normal file
BIN
style/fonts/junius/ttf/JuniusVF.ttf
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
style/fonts/junius/ttf/JuniusX-Bold.ttf
(Stored with Git LFS)
Normal file
BIN
style/fonts/junius/ttf/JuniusX-Bold.ttf
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
style/fonts/junius/ttf/JuniusX-Condensed.ttf
(Stored with Git LFS)
Normal file
BIN
style/fonts/junius/ttf/JuniusX-Condensed.ttf
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
style/fonts/junius/ttf/JuniusX-CondensedBold.ttf
(Stored with Git LFS)
Normal file
BIN
style/fonts/junius/ttf/JuniusX-CondensedBold.ttf
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
style/fonts/junius/ttf/JuniusX-CondensedLight.ttf
(Stored with Git LFS)
Normal file
BIN
style/fonts/junius/ttf/JuniusX-CondensedLight.ttf
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
style/fonts/junius/ttf/JuniusX-CondensedMedium.ttf
(Stored with Git LFS)
Normal file
BIN
style/fonts/junius/ttf/JuniusX-CondensedMedium.ttf
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
style/fonts/junius/ttf/JuniusX-CondensedSemibold.ttf
(Stored with Git LFS)
Normal file
BIN
style/fonts/junius/ttf/JuniusX-CondensedSemibold.ttf
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
style/fonts/junius/ttf/JuniusX-Light.ttf
(Stored with Git LFS)
Normal file
BIN
style/fonts/junius/ttf/JuniusX-Light.ttf
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
style/fonts/junius/ttf/JuniusX-Medium.ttf
(Stored with Git LFS)
Normal file
BIN
style/fonts/junius/ttf/JuniusX-Medium.ttf
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
style/fonts/junius/ttf/JuniusX-Regular.ttf
(Stored with Git LFS)
Normal file
BIN
style/fonts/junius/ttf/JuniusX-Regular.ttf
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
style/fonts/junius/ttf/JuniusX-SemiCondensed.ttf
(Stored with Git LFS)
Normal file
BIN
style/fonts/junius/ttf/JuniusX-SemiCondensed.ttf
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
style/fonts/junius/ttf/JuniusX-SemiCondensedBold.ttf
(Stored with Git LFS)
Normal file
BIN
style/fonts/junius/ttf/JuniusX-SemiCondensedBold.ttf
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
style/fonts/junius/ttf/JuniusX-SemiCondensedLight.ttf
(Stored with Git LFS)
Normal file
BIN
style/fonts/junius/ttf/JuniusX-SemiCondensedLight.ttf
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
style/fonts/junius/ttf/JuniusX-SemiCondensedMedium.ttf
(Stored with Git LFS)
Normal file
BIN
style/fonts/junius/ttf/JuniusX-SemiCondensedMedium.ttf
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
style/fonts/junius/ttf/JuniusX-SemiCondensedSemibold.ttf
(Stored with Git LFS)
Normal file
BIN
style/fonts/junius/ttf/JuniusX-SemiCondensedSemibold.ttf
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
style/fonts/junius/ttf/JuniusX-Semibold.ttf
(Stored with Git LFS)
Normal file
BIN
style/fonts/junius/ttf/JuniusX-Semibold.ttf
(Stored with Git LFS)
Normal file
Binary file not shown.
6
style/fonts/junius/woff2/.directory
Normal file
6
style/fonts/junius/woff2/.directory
Normal file
|
@ -0,0 +1,6 @@
|
|||
[Dolphin]
|
||||
PreviewsShown=false
|
||||
SortFoldersFirst=false
|
||||
Timestamp=2021,4,3,1,1,24
|
||||
Version=4
|
||||
ViewMode=2
|
BIN
style/fonts/junius/woff2/JuniusVF.woff2
(Stored with Git LFS)
Normal file
BIN
style/fonts/junius/woff2/JuniusVF.woff2
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
style/fonts/junius/woff2/JuniusX-Bold.woff2
(Stored with Git LFS)
Normal file
BIN
style/fonts/junius/woff2/JuniusX-Bold.woff2
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
style/fonts/junius/woff2/JuniusX-Condensed.woff2
(Stored with Git LFS)
Normal file
BIN
style/fonts/junius/woff2/JuniusX-Condensed.woff2
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
style/fonts/junius/woff2/JuniusX-CondensedBold.woff2
(Stored with Git LFS)
Normal file
BIN
style/fonts/junius/woff2/JuniusX-CondensedBold.woff2
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
style/fonts/junius/woff2/JuniusX-CondensedLight.woff2
(Stored with Git LFS)
Normal file
BIN
style/fonts/junius/woff2/JuniusX-CondensedLight.woff2
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
style/fonts/junius/woff2/JuniusX-CondensedMedium.woff2
(Stored with Git LFS)
Normal file
BIN
style/fonts/junius/woff2/JuniusX-CondensedMedium.woff2
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
style/fonts/junius/woff2/JuniusX-CondensedSemibold.woff2
(Stored with Git LFS)
Normal file
BIN
style/fonts/junius/woff2/JuniusX-CondensedSemibold.woff2
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
style/fonts/junius/woff2/JuniusX-Light.woff2
(Stored with Git LFS)
Normal file
BIN
style/fonts/junius/woff2/JuniusX-Light.woff2
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
style/fonts/junius/woff2/JuniusX-Medium.woff2
(Stored with Git LFS)
Normal file
BIN
style/fonts/junius/woff2/JuniusX-Medium.woff2
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
style/fonts/junius/woff2/JuniusX-Regular.woff2
(Stored with Git LFS)
Normal file
BIN
style/fonts/junius/woff2/JuniusX-Regular.woff2
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
style/fonts/junius/woff2/JuniusX-SemiCondensed.woff2
(Stored with Git LFS)
Normal file
BIN
style/fonts/junius/woff2/JuniusX-SemiCondensed.woff2
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
style/fonts/junius/woff2/JuniusX-SemiCondensedBold.woff2
(Stored with Git LFS)
Normal file
BIN
style/fonts/junius/woff2/JuniusX-SemiCondensedBold.woff2
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
style/fonts/junius/woff2/JuniusX-SemiCondensedLight.woff2
(Stored with Git LFS)
Normal file
BIN
style/fonts/junius/woff2/JuniusX-SemiCondensedLight.woff2
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
style/fonts/junius/woff2/JuniusX-SemiCondensedMedium.woff2
(Stored with Git LFS)
Normal file
BIN
style/fonts/junius/woff2/JuniusX-SemiCondensedMedium.woff2
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
style/fonts/junius/woff2/JuniusX-SemiCondensedSemibold.woff2
(Stored with Git LFS)
Normal file
BIN
style/fonts/junius/woff2/JuniusX-SemiCondensedSemibold.woff2
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
style/fonts/junius/woff2/JuniusX-Semibold.woff2
(Stored with Git LFS)
Normal file
BIN
style/fonts/junius/woff2/JuniusX-Semibold.woff2
(Stored with Git LFS)
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue