From 04980f6e20125ddd9d4d1bd756b2e2619929d8ce Mon Sep 17 00:00:00 2001 From: Rhiannon Morris Date: Wed, 28 Apr 2021 12:33:17 +0200 Subject: [PATCH] use juniusx instead of charis --- style/fonts/charis/CharisSIL-B.ttf | 3 - style/fonts/charis/CharisSIL-B.woff | 3 - style/fonts/charis/CharisSIL-BI.ttf | 3 - style/fonts/charis/CharisSIL-BI.woff | 3 - style/fonts/charis/CharisSIL-I.ttf | 3 - style/fonts/charis/CharisSIL-I.woff | 3 - style/fonts/charis/CharisSIL-R.ttf | 3 - style/fonts/charis/CharisSIL-R.woff | 3 - style/fonts/charis/charis.css | 33 ----- style/fonts/junius/junius.css | 138 ++++++++++++++++++ style/fonts/junius/ttf/JuniusVF.ttf | 3 + style/fonts/junius/ttf/JuniusX-Bold.ttf | 3 + style/fonts/junius/ttf/JuniusX-Condensed.ttf | 3 + .../junius/ttf/JuniusX-CondensedBold.ttf | 3 + .../junius/ttf/JuniusX-CondensedLight.ttf | 3 + .../junius/ttf/JuniusX-CondensedMedium.ttf | 3 + .../junius/ttf/JuniusX-CondensedSemibold.ttf | 3 + style/fonts/junius/ttf/JuniusX-Light.ttf | 3 + style/fonts/junius/ttf/JuniusX-Medium.ttf | 3 + style/fonts/junius/ttf/JuniusX-Regular.ttf | 3 + .../junius/ttf/JuniusX-SemiCondensed.ttf | 3 + .../junius/ttf/JuniusX-SemiCondensedBold.ttf | 3 + .../junius/ttf/JuniusX-SemiCondensedLight.ttf | 3 + .../ttf/JuniusX-SemiCondensedMedium.ttf | 3 + .../ttf/JuniusX-SemiCondensedSemibold.ttf | 3 + style/fonts/junius/ttf/JuniusX-Semibold.ttf | 3 + style/fonts/junius/woff2/.directory | 6 + style/fonts/junius/woff2/JuniusVF.woff2 | 3 + style/fonts/junius/woff2/JuniusX-Bold.woff2 | 3 + .../junius/woff2/JuniusX-Condensed.woff2 | 3 + .../junius/woff2/JuniusX-CondensedBold.woff2 | 3 + .../junius/woff2/JuniusX-CondensedLight.woff2 | 3 + .../woff2/JuniusX-CondensedMedium.woff2 | 3 + .../woff2/JuniusX-CondensedSemibold.woff2 | 3 + style/fonts/junius/woff2/JuniusX-Light.woff2 | 3 + style/fonts/junius/woff2/JuniusX-Medium.woff2 | 3 + .../fonts/junius/woff2/JuniusX-Regular.woff2 | 3 + .../junius/woff2/JuniusX-SemiCondensed.woff2 | 3 + .../woff2/JuniusX-SemiCondensedBold.woff2 | 3 + .../woff2/JuniusX-SemiCondensedLight.woff2 | 3 + .../woff2/JuniusX-SemiCondensedMedium.woff2 | 3 + .../woff2/JuniusX-SemiCondensedSemibold.woff2 | 3 + .../fonts/junius/woff2/JuniusX-Semibold.woff2 | 3 + style/page.css | 18 ++- 44 files changed, 254 insertions(+), 61 deletions(-) delete mode 100644 style/fonts/charis/CharisSIL-B.ttf delete mode 100644 style/fonts/charis/CharisSIL-B.woff delete mode 100644 style/fonts/charis/CharisSIL-BI.ttf delete mode 100644 style/fonts/charis/CharisSIL-BI.woff delete mode 100644 style/fonts/charis/CharisSIL-I.ttf delete mode 100644 style/fonts/charis/CharisSIL-I.woff delete mode 100644 style/fonts/charis/CharisSIL-R.ttf delete mode 100644 style/fonts/charis/CharisSIL-R.woff delete mode 100644 style/fonts/charis/charis.css create mode 100644 style/fonts/junius/junius.css create mode 100644 style/fonts/junius/ttf/JuniusVF.ttf create mode 100644 style/fonts/junius/ttf/JuniusX-Bold.ttf create mode 100644 style/fonts/junius/ttf/JuniusX-Condensed.ttf create mode 100644 style/fonts/junius/ttf/JuniusX-CondensedBold.ttf create mode 100644 style/fonts/junius/ttf/JuniusX-CondensedLight.ttf create mode 100644 style/fonts/junius/ttf/JuniusX-CondensedMedium.ttf create mode 100644 style/fonts/junius/ttf/JuniusX-CondensedSemibold.ttf create mode 100644 style/fonts/junius/ttf/JuniusX-Light.ttf create mode 100644 style/fonts/junius/ttf/JuniusX-Medium.ttf create mode 100644 style/fonts/junius/ttf/JuniusX-Regular.ttf create mode 100644 style/fonts/junius/ttf/JuniusX-SemiCondensed.ttf create mode 100644 style/fonts/junius/ttf/JuniusX-SemiCondensedBold.ttf create mode 100644 style/fonts/junius/ttf/JuniusX-SemiCondensedLight.ttf create mode 100644 style/fonts/junius/ttf/JuniusX-SemiCondensedMedium.ttf create mode 100644 style/fonts/junius/ttf/JuniusX-SemiCondensedSemibold.ttf create mode 100644 style/fonts/junius/ttf/JuniusX-Semibold.ttf create mode 100644 style/fonts/junius/woff2/.directory create mode 100644 style/fonts/junius/woff2/JuniusVF.woff2 create mode 100644 style/fonts/junius/woff2/JuniusX-Bold.woff2 create mode 100644 style/fonts/junius/woff2/JuniusX-Condensed.woff2 create mode 100644 style/fonts/junius/woff2/JuniusX-CondensedBold.woff2 create mode 100644 style/fonts/junius/woff2/JuniusX-CondensedLight.woff2 create mode 100644 style/fonts/junius/woff2/JuniusX-CondensedMedium.woff2 create mode 100644 style/fonts/junius/woff2/JuniusX-CondensedSemibold.woff2 create mode 100644 style/fonts/junius/woff2/JuniusX-Light.woff2 create mode 100644 style/fonts/junius/woff2/JuniusX-Medium.woff2 create mode 100644 style/fonts/junius/woff2/JuniusX-Regular.woff2 create mode 100644 style/fonts/junius/woff2/JuniusX-SemiCondensed.woff2 create mode 100644 style/fonts/junius/woff2/JuniusX-SemiCondensedBold.woff2 create mode 100644 style/fonts/junius/woff2/JuniusX-SemiCondensedLight.woff2 create mode 100644 style/fonts/junius/woff2/JuniusX-SemiCondensedMedium.woff2 create mode 100644 style/fonts/junius/woff2/JuniusX-SemiCondensedSemibold.woff2 create mode 100644 style/fonts/junius/woff2/JuniusX-Semibold.woff2 diff --git a/style/fonts/charis/CharisSIL-B.ttf b/style/fonts/charis/CharisSIL-B.ttf deleted file mode 100644 index 84a5ee8..0000000 --- a/style/fonts/charis/CharisSIL-B.ttf +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:61e8b37bfb80ebadd4255ae45eaae93dbab878315a709a2c778f5a945f74fffe -size 1443920 diff --git a/style/fonts/charis/CharisSIL-B.woff b/style/fonts/charis/CharisSIL-B.woff deleted file mode 100644 index 605c3cd..0000000 --- a/style/fonts/charis/CharisSIL-B.woff +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:46bf9ec1380f2265fefb442e7311420080b775fef1a3351fe9a4ff8b464fc8b4 -size 541322 diff --git a/style/fonts/charis/CharisSIL-BI.ttf b/style/fonts/charis/CharisSIL-BI.ttf deleted file mode 100644 index 7fadfe7..0000000 --- a/style/fonts/charis/CharisSIL-BI.ttf +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:95103617b47f5d32655fab7e31b4e76f2747c7cc1a8004137dcc3d6eade38074 -size 1504932 diff --git a/style/fonts/charis/CharisSIL-BI.woff b/style/fonts/charis/CharisSIL-BI.woff deleted file mode 100644 index cb425f2..0000000 --- a/style/fonts/charis/CharisSIL-BI.woff +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ac0bf31dfa6b49d979021df80493def2c3fc6a1ef4d36aa6b61489b0d3381c71 -size 583594 diff --git a/style/fonts/charis/CharisSIL-I.ttf b/style/fonts/charis/CharisSIL-I.ttf deleted file mode 100644 index d9d888c..0000000 --- a/style/fonts/charis/CharisSIL-I.ttf +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c406ee3993f79bc89329a45afba0dc761fd61ff7cb35ca7d6a8d9646625100dd -size 1510100 diff --git a/style/fonts/charis/CharisSIL-I.woff b/style/fonts/charis/CharisSIL-I.woff deleted file mode 100644 index 73aa404..0000000 --- a/style/fonts/charis/CharisSIL-I.woff +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7c59641eeb3dae22630b60e94f8c61cda4234aa0cf223a7afdf36f62508e8f2f -size 576146 diff --git a/style/fonts/charis/CharisSIL-R.ttf b/style/fonts/charis/CharisSIL-R.ttf deleted file mode 100644 index b28b232..0000000 --- a/style/fonts/charis/CharisSIL-R.ttf +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e47ec6c29ae786e003cec104632fc954f201338ca282e3a4adf8b3d262d04fa6 -size 1508296 diff --git a/style/fonts/charis/CharisSIL-R.woff b/style/fonts/charis/CharisSIL-R.woff deleted file mode 100644 index 4735909..0000000 --- a/style/fonts/charis/CharisSIL-R.woff +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bd9280db2beceaa516e4644d98afa1060f474bf18aaabc20ba653a8f350742bb -size 557106 diff --git a/style/fonts/charis/charis.css b/style/fonts/charis/charis.css deleted file mode 100644 index 211db1e..0000000 --- a/style/fonts/charis/charis.css +++ /dev/null @@ -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'); -} diff --git a/style/fonts/junius/junius.css b/style/fonts/junius/junius.css new file mode 100644 index 0000000..9617bc2 --- /dev/null +++ b/style/fonts/junius/junius.css @@ -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 */ diff --git a/style/fonts/junius/ttf/JuniusVF.ttf b/style/fonts/junius/ttf/JuniusVF.ttf new file mode 100644 index 0000000..d20b55b --- /dev/null +++ b/style/fonts/junius/ttf/JuniusVF.ttf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9338dc7cd0669f122ecbff0fba87625132c583a58ecef9831757b3d1b87410d4 +size 1759772 diff --git a/style/fonts/junius/ttf/JuniusX-Bold.ttf b/style/fonts/junius/ttf/JuniusX-Bold.ttf new file mode 100644 index 0000000..99de863 --- /dev/null +++ b/style/fonts/junius/ttf/JuniusX-Bold.ttf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eac83ccfbd14c8368d505c6608590db7e000d232dfdc9fa0373a1642566b6b26 +size 977624 diff --git a/style/fonts/junius/ttf/JuniusX-Condensed.ttf b/style/fonts/junius/ttf/JuniusX-Condensed.ttf new file mode 100644 index 0000000..e7ea13a --- /dev/null +++ b/style/fonts/junius/ttf/JuniusX-Condensed.ttf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7aa1eeae761c81172a5ac8e3a856da4c778698403948f68b78159e14c71fe77a +size 966844 diff --git a/style/fonts/junius/ttf/JuniusX-CondensedBold.ttf b/style/fonts/junius/ttf/JuniusX-CondensedBold.ttf new file mode 100644 index 0000000..0fde143 --- /dev/null +++ b/style/fonts/junius/ttf/JuniusX-CondensedBold.ttf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6c0dbb3f4e8b2f855fe320af6d38e05dadeb3107781c3cfad94b0dc9dc36367 +size 1022000 diff --git a/style/fonts/junius/ttf/JuniusX-CondensedLight.ttf b/style/fonts/junius/ttf/JuniusX-CondensedLight.ttf new file mode 100644 index 0000000..63b4171 --- /dev/null +++ b/style/fonts/junius/ttf/JuniusX-CondensedLight.ttf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66c587edb73a91834cce49f6ae3aa2edecd268305737590f96177693d530b4b5 +size 955348 diff --git a/style/fonts/junius/ttf/JuniusX-CondensedMedium.ttf b/style/fonts/junius/ttf/JuniusX-CondensedMedium.ttf new file mode 100644 index 0000000..0c88f00 --- /dev/null +++ b/style/fonts/junius/ttf/JuniusX-CondensedMedium.ttf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5043cdde4318621c203427cda31f76fcdab7a31dbfb922dcadb25a59a5d05ab +size 959612 diff --git a/style/fonts/junius/ttf/JuniusX-CondensedSemibold.ttf b/style/fonts/junius/ttf/JuniusX-CondensedSemibold.ttf new file mode 100644 index 0000000..48200fc --- /dev/null +++ b/style/fonts/junius/ttf/JuniusX-CondensedSemibold.ttf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c96687554b3c8b4e0110941669ba4176bd85cd08203b291f8fa55ad82849a84 +size 977996 diff --git a/style/fonts/junius/ttf/JuniusX-Light.ttf b/style/fonts/junius/ttf/JuniusX-Light.ttf new file mode 100644 index 0000000..146587f --- /dev/null +++ b/style/fonts/junius/ttf/JuniusX-Light.ttf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8334ec8ac6da2007332d3b023bcb448b9cda2c807ca15517099680d3a56b612 +size 948300 diff --git a/style/fonts/junius/ttf/JuniusX-Medium.ttf b/style/fonts/junius/ttf/JuniusX-Medium.ttf new file mode 100644 index 0000000..f05a96e --- /dev/null +++ b/style/fonts/junius/ttf/JuniusX-Medium.ttf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6dd78bb79cd100b98a7551fad2bf18e7a3f865f205bdb6a8c007d19d8ddbdacb +size 975296 diff --git a/style/fonts/junius/ttf/JuniusX-Regular.ttf b/style/fonts/junius/ttf/JuniusX-Regular.ttf new file mode 100644 index 0000000..19bf1c9 --- /dev/null +++ b/style/fonts/junius/ttf/JuniusX-Regular.ttf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a724fce6526e9d0b076cefeb426fa50af1f24db77fba2a06c9cb3d06d05af867 +size 949196 diff --git a/style/fonts/junius/ttf/JuniusX-SemiCondensed.ttf b/style/fonts/junius/ttf/JuniusX-SemiCondensed.ttf new file mode 100644 index 0000000..d229967 --- /dev/null +++ b/style/fonts/junius/ttf/JuniusX-SemiCondensed.ttf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd5de498d3a313015b739dc2c037844d91fa767a9e42784668fef144f8515d6e +size 956728 diff --git a/style/fonts/junius/ttf/JuniusX-SemiCondensedBold.ttf b/style/fonts/junius/ttf/JuniusX-SemiCondensedBold.ttf new file mode 100644 index 0000000..c7d0f87 --- /dev/null +++ b/style/fonts/junius/ttf/JuniusX-SemiCondensedBold.ttf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9ccc435ce03199a24688f1cd8ba6f1f110a99f3d9ebaa1e7ff01cac94d63d4c +size 1011308 diff --git a/style/fonts/junius/ttf/JuniusX-SemiCondensedLight.ttf b/style/fonts/junius/ttf/JuniusX-SemiCondensedLight.ttf new file mode 100644 index 0000000..116b7ac --- /dev/null +++ b/style/fonts/junius/ttf/JuniusX-SemiCondensedLight.ttf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbd5786da32a5c4df7f4812e9a60080b36bf18a66394d83272344afefccc6d06 +size 953916 diff --git a/style/fonts/junius/ttf/JuniusX-SemiCondensedMedium.ttf b/style/fonts/junius/ttf/JuniusX-SemiCondensedMedium.ttf new file mode 100644 index 0000000..627b259 --- /dev/null +++ b/style/fonts/junius/ttf/JuniusX-SemiCondensedMedium.ttf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c61e99aa28ce96d2af12806133897ee29bccd1d6d11ddd030ef13442d6b0e19f +size 980628 diff --git a/style/fonts/junius/ttf/JuniusX-SemiCondensedSemibold.ttf b/style/fonts/junius/ttf/JuniusX-SemiCondensedSemibold.ttf new file mode 100644 index 0000000..9d6858a --- /dev/null +++ b/style/fonts/junius/ttf/JuniusX-SemiCondensedSemibold.ttf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6562c4b91f46b479e39f84306f3ea4e61867fb789a354cac5079a5b932d4cbd +size 973364 diff --git a/style/fonts/junius/ttf/JuniusX-Semibold.ttf b/style/fonts/junius/ttf/JuniusX-Semibold.ttf new file mode 100644 index 0000000..413c340 --- /dev/null +++ b/style/fonts/junius/ttf/JuniusX-Semibold.ttf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a59ad4e6551fe8e533d54a6402e6c80649de11422ac1b1fc078a2f09fde92950 +size 952596 diff --git a/style/fonts/junius/woff2/.directory b/style/fonts/junius/woff2/.directory new file mode 100644 index 0000000..e263a3a --- /dev/null +++ b/style/fonts/junius/woff2/.directory @@ -0,0 +1,6 @@ +[Dolphin] +PreviewsShown=false +SortFoldersFirst=false +Timestamp=2021,4,3,1,1,24 +Version=4 +ViewMode=2 diff --git a/style/fonts/junius/woff2/JuniusVF.woff2 b/style/fonts/junius/woff2/JuniusVF.woff2 new file mode 100644 index 0000000..af36b6c --- /dev/null +++ b/style/fonts/junius/woff2/JuniusVF.woff2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba71a369e74390f7c5aff047f6bbd8ea48a3a6145aa2d9c9b01cb782c8d53e23 +size 754316 diff --git a/style/fonts/junius/woff2/JuniusX-Bold.woff2 b/style/fonts/junius/woff2/JuniusX-Bold.woff2 new file mode 100644 index 0000000..6646b99 --- /dev/null +++ b/style/fonts/junius/woff2/JuniusX-Bold.woff2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e13f917fd220cd08063eeb23d96034472af4765fe6b80f50f98187cd67761f13 +size 336700 diff --git a/style/fonts/junius/woff2/JuniusX-Condensed.woff2 b/style/fonts/junius/woff2/JuniusX-Condensed.woff2 new file mode 100644 index 0000000..1f4fa39 --- /dev/null +++ b/style/fonts/junius/woff2/JuniusX-Condensed.woff2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23208d589722b8a17e7cbdeffeee85ef0e29ed8b088cf68c994e150de3f59b20 +size 346732 diff --git a/style/fonts/junius/woff2/JuniusX-CondensedBold.woff2 b/style/fonts/junius/woff2/JuniusX-CondensedBold.woff2 new file mode 100644 index 0000000..3116b20 --- /dev/null +++ b/style/fonts/junius/woff2/JuniusX-CondensedBold.woff2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:758d92772d176050a8e3ebe113673636006fc6f8565ba45623b02199f1905fad +size 371560 diff --git a/style/fonts/junius/woff2/JuniusX-CondensedLight.woff2 b/style/fonts/junius/woff2/JuniusX-CondensedLight.woff2 new file mode 100644 index 0000000..670a369 --- /dev/null +++ b/style/fonts/junius/woff2/JuniusX-CondensedLight.woff2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b60720752198869437282f332f0efb23aba33f2bdd31e43fdd112f24f744d47 +size 351604 diff --git a/style/fonts/junius/woff2/JuniusX-CondensedMedium.woff2 b/style/fonts/junius/woff2/JuniusX-CondensedMedium.woff2 new file mode 100644 index 0000000..71760c0 --- /dev/null +++ b/style/fonts/junius/woff2/JuniusX-CondensedMedium.woff2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b55cbdaf390b30b68fb3a078fe358f46b8e5b7f1cd9ccbf3b0b72444cdd82f28 +size 356840 diff --git a/style/fonts/junius/woff2/JuniusX-CondensedSemibold.woff2 b/style/fonts/junius/woff2/JuniusX-CondensedSemibold.woff2 new file mode 100644 index 0000000..daa5d91 --- /dev/null +++ b/style/fonts/junius/woff2/JuniusX-CondensedSemibold.woff2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5259866c61175cf20eecdf7ea31f54b4a89182509812883a61d6f6897e186355 +size 363932 diff --git a/style/fonts/junius/woff2/JuniusX-Light.woff2 b/style/fonts/junius/woff2/JuniusX-Light.woff2 new file mode 100644 index 0000000..2c5182f --- /dev/null +++ b/style/fonts/junius/woff2/JuniusX-Light.woff2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:195a97a42e199a66312dd00be49f2c8b88862da1764cf2531259034462d1a23d +size 336800 diff --git a/style/fonts/junius/woff2/JuniusX-Medium.woff2 b/style/fonts/junius/woff2/JuniusX-Medium.woff2 new file mode 100644 index 0000000..4a604f6 --- /dev/null +++ b/style/fonts/junius/woff2/JuniusX-Medium.woff2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65b78b4c1cb98e76b70edaf3eb73c0182975e24d4a2791da509f5eb966bf625e +size 341044 diff --git a/style/fonts/junius/woff2/JuniusX-Regular.woff2 b/style/fonts/junius/woff2/JuniusX-Regular.woff2 new file mode 100644 index 0000000..30d3d26 --- /dev/null +++ b/style/fonts/junius/woff2/JuniusX-Regular.woff2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:280dd92d77f38c4d4ddbf84636f86784bb74de7fb0ede6f146aaf29b0df64b33 +size 326720 diff --git a/style/fonts/junius/woff2/JuniusX-SemiCondensed.woff2 b/style/fonts/junius/woff2/JuniusX-SemiCondensed.woff2 new file mode 100644 index 0000000..1d393ab --- /dev/null +++ b/style/fonts/junius/woff2/JuniusX-SemiCondensed.woff2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:942ce909d772a2256b1c4fc9bae055babe5e8f4fd579a1fefee88e1e32013e44 +size 347000 diff --git a/style/fonts/junius/woff2/JuniusX-SemiCondensedBold.woff2 b/style/fonts/junius/woff2/JuniusX-SemiCondensedBold.woff2 new file mode 100644 index 0000000..9655301 --- /dev/null +++ b/style/fonts/junius/woff2/JuniusX-SemiCondensedBold.woff2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91c8fb2a449813b7020bee1ff358dfa4edde96c47ee601b009c66a579419744a +size 367260 diff --git a/style/fonts/junius/woff2/JuniusX-SemiCondensedLight.woff2 b/style/fonts/junius/woff2/JuniusX-SemiCondensedLight.woff2 new file mode 100644 index 0000000..179190a --- /dev/null +++ b/style/fonts/junius/woff2/JuniusX-SemiCondensedLight.woff2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2691dc45943d617f3ce5d4dc8b02344df706e0380ca640aeb2ec784521fb583 +size 350348 diff --git a/style/fonts/junius/woff2/JuniusX-SemiCondensedMedium.woff2 b/style/fonts/junius/woff2/JuniusX-SemiCondensedMedium.woff2 new file mode 100644 index 0000000..dc6ad29 --- /dev/null +++ b/style/fonts/junius/woff2/JuniusX-SemiCondensedMedium.woff2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1595068404829df4460c59424761be9818f5974783d7f0f5e0459b485f1ee7da +size 353160 diff --git a/style/fonts/junius/woff2/JuniusX-SemiCondensedSemibold.woff2 b/style/fonts/junius/woff2/JuniusX-SemiCondensedSemibold.woff2 new file mode 100644 index 0000000..cda0e56 --- /dev/null +++ b/style/fonts/junius/woff2/JuniusX-SemiCondensedSemibold.woff2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de262a04a745cc6a9b557defcf101ed01de6fe7278bfced5171d69b970046a35 +size 357508 diff --git a/style/fonts/junius/woff2/JuniusX-Semibold.woff2 b/style/fonts/junius/woff2/JuniusX-Semibold.woff2 new file mode 100644 index 0000000..c9c4b44 --- /dev/null +++ b/style/fonts/junius/woff2/JuniusX-Semibold.woff2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:735b5a7672a0ae4862fb416f884331d9a2916b9e2dfad10ed42eaa54adbf8185 +size 341192 diff --git a/style/page.css b/style/page.css index 02b5ae1..12e0cb8 100644 --- a/style/page.css +++ b/style/page.css @@ -1,5 +1,5 @@ @import url(fonts/muller/muller.css); -@import url(fonts/charis/charis.css); +@import url(fonts/junius/junius.css); @import url(fonts/pragmatapro/pragmatapro.css); @import url(counters.css); @@ -10,7 +10,7 @@ --bg-col: hsl(40deg, 91%, 98%); --link-col: hsl(355deg, 52%, 48%); - --ipa-font: Charis; + --ipa-font: JuniusX; } :root { @@ -120,14 +120,24 @@ pre { } -.ipa, .lang { +.ipa, .lang, .ebnf-t { font-family: var(--ipa-font); + + font-feature-settings: + "ccmp", "calt", "liga", "loca", "mark", "mkmk", "ss01"; + /* ss01 to use modern Þþð design, others to make juniusx go brrr + * maybe i can just turn loca off but idk what other regional forms + * it does that i actually want */ } -.lang { +.ipa { font-weight: 500; } +.lang, .ebnf-t { + font-weight: 700; +} + .abbr { font-size: 70%; font-weight: 500;