diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..a06887d --- /dev/null +++ b/.gitattributes @@ -0,0 +1,5 @@ +*.eot filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.woff filter=lfs diff=lfs merge=lfs -text +*.woff2 filter=lfs diff=lfs merge=lfs -text +style/fonts/**/*.svg filter=lfs diff=lfs merge=lfs -text diff --git a/Makefile b/Makefile index 7aa5ac0..91766c3 100644 --- a/Makefile +++ b/Makefile @@ -7,17 +7,25 @@ TEMPLATE ?= $(DATADIR)/template.html PAGES != find $(PAGESDIR) -name '*.md' OUTPUTPAGES = $(patsubst $(PAGESDIR)/%.md,$(BUILDDIR)/%.html,$(PAGES)) +STYLE != find style -type f +OUTPUTSTYLE = $(patsubst %,$(BUILDDIR)/%,$(STYLE)) + +OUTPUT = $(OUTPUTPAGES) $(OUTPUTSTYLE) .PHONY: all all: build .PHONY: build -build: $(OUTPUTPAGES) +build: $(OUTPUT) $(BUILDDIR)/%.html: $(PAGESDIR)/%.md $(TEMPLATE) mkdir -p $(dir $@) pandoc -s --toc --template $(TEMPLATE) -o $@ $< +$(BUILDDIR)/%: % + mkdir -p $(dir $@) + cp $< $@ + .PHONY: clean distclean clean: rm -rf $(BUILDDIR) diff --git a/data/template.html b/data/template.html index cd59485..de793c1 100644 --- a/data/template.html +++ b/data/template.html @@ -2,6 +2,7 @@ + $for(css)$ $endfor$ @@ -32,7 +33,9 @@ $if(toc)$ $endif$ +
$body$ +
$for(include-after)$ $include-after$ diff --git a/style/counters.css b/style/counters.css new file mode 100644 index 0000000..f473ce3 --- /dev/null +++ b/style/counters.css @@ -0,0 +1,62 @@ +:root { + --section-prefix: 'ยง '; +} + +main h1 { + counter-increment: h1; + counter-reset: h2 h3 h4 h5 h6; +} + +main h1::before { + content: var(--section-prefix) counter(h1); +} + +main h2 { + counter-increment: h2; + counter-reset: h3 h4 h5 h6; +} + +main h2::before { + content: var(--section-prefix) counter(h1) '.' counter(h2); +} + +main h3 { + counter-increment: h3; + counter-reset: h4 h5 h6; +} + +main h3::before { + content: var(--section-prefix) counter(h1) '.' counter(h2) '.' counter(h3); +} + +main h4 { + counter-increment: h4; + counter-reset: h5 h6; +} + +main h4::before { + content: var(--section-prefix) + counter(h1) '.' counter(h2) '.' counter(h3) '.' counter(h4); +} + +main h5 { + counter-increment: h5; + counter-reset: h6; +} + +main h5::before { + content: var(--section-prefix) + counter(h1) '.' counter(h2) '.' counter(h3) '.' counter(h4) '.' + counter(h5); +} + +main h6 { + counter-increment: h6; +} + +main h6::before { + content: var(--section-prefix) + counter(h1) '.' counter(h2) '.' counter(h3) '.' counter(h4) '.' + counter(h5) '.' counter(h6); +} + diff --git a/style/fonts/andika/Andika-R.woff b/style/fonts/andika/Andika-R.woff new file mode 100755 index 0000000..4f907a6 --- /dev/null +++ b/style/fonts/andika/Andika-R.woff @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:924a7581590e0866ff8b1c61f9dd197cd180f4bc25dbdd11dbb01217179ac066 +size 535704 diff --git a/style/fonts/andika/andika.css b/style/fonts/andika/andika.css new file mode 100644 index 0000000..1015b67 --- /dev/null +++ b/style/fonts/andika/andika.css @@ -0,0 +1,4 @@ +@font-face { + font-family: Andika; + src: url(Andika-R.woff); +} diff --git a/style/fonts/muller/050.eot b/style/fonts/muller/050.eot new file mode 100755 index 0000000..599f873 --- /dev/null +++ b/style/fonts/muller/050.eot @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e44414ccad3c94b9a0738be909e784e6d5731580cf0f1f383731f134d700d7a +size 24201 diff --git a/style/fonts/muller/050.svg b/style/fonts/muller/050.svg new file mode 100755 index 0000000..4ffecb0 --- /dev/null +++ b/style/fonts/muller/050.svg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19d6075dc0ca600e26e0ae9e3b6be623a6bf6d85bec303a4702aad3138e58b1d +size 282603 diff --git a/style/fonts/muller/050.ttf b/style/fonts/muller/050.ttf new file mode 100755 index 0000000..0fa912b --- /dev/null +++ b/style/fonts/muller/050.ttf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52f180afcaf0d1e72e260699f4d4e144ef7c553a7c31aa1bb6b50ae245bf8bbf +size 68652 diff --git a/style/fonts/muller/050.woff b/style/fonts/muller/050.woff new file mode 100755 index 0000000..4463a96 --- /dev/null +++ b/style/fonts/muller/050.woff @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:296c7b298d3a0aafb6612f19b4a90c46ff022f4661a7b364cf5e9eb7942d66c4 +size 28600 diff --git a/style/fonts/muller/050.woff2 b/style/fonts/muller/050.woff2 new file mode 100755 index 0000000..7c1d1b9 --- /dev/null +++ b/style/fonts/muller/050.woff2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac30dab014abab62a14a22b20b7b13e161dee41befe70a459ef664aba5d9f6d6 +size 21336 diff --git a/style/fonts/muller/050i.eot b/style/fonts/muller/050i.eot new file mode 100755 index 0000000..7f07603 --- /dev/null +++ b/style/fonts/muller/050i.eot @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35e71b99444dea30b536ba7a68518e026c07ba134ef6b5983db70dd36acf8652 +size 25206 diff --git a/style/fonts/muller/050i.svg b/style/fonts/muller/050i.svg new file mode 100755 index 0000000..01fe07d --- /dev/null +++ b/style/fonts/muller/050i.svg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e264374a1a6885c3e9a5195028d95e3635d9a8fba4032256e7e129e73e2b6b60 +size 284614 diff --git a/style/fonts/muller/050i.ttf b/style/fonts/muller/050i.ttf new file mode 100755 index 0000000..d358b19 --- /dev/null +++ b/style/fonts/muller/050i.ttf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37f0dae5c13681a2505d7a19b2bf6629895164a851b68dd7ab05944f8fb6bbd4 +size 71008 diff --git a/style/fonts/muller/050i.woff b/style/fonts/muller/050i.woff new file mode 100755 index 0000000..13278f1 --- /dev/null +++ b/style/fonts/muller/050i.woff @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af618dbb593d919752ba0d1444b99dd412d35bb9aa43894f4f8d85b1e63bc06a +size 29616 diff --git a/style/fonts/muller/050i.woff2 b/style/fonts/muller/050i.woff2 new file mode 100755 index 0000000..bdcc1c5 --- /dev/null +++ b/style/fonts/muller/050i.woff2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f55d2e3afd0661b39c62a97ce2dc466483f189e4d76f29a139f3f2ada78114e +size 22100 diff --git a/style/fonts/muller/100.eot b/style/fonts/muller/100.eot new file mode 100755 index 0000000..d049bda --- /dev/null +++ b/style/fonts/muller/100.eot @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cf56c6a348d8e516d9842f13ab627bf877c64c95c63340330f51af867b209c3 +size 24521 diff --git a/style/fonts/muller/100.svg b/style/fonts/muller/100.svg new file mode 100755 index 0000000..5bf9d43 --- /dev/null +++ b/style/fonts/muller/100.svg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9fecfb517e96d50805a5cfd4818a01b29021b4ca6b321a25f7b29951ca02fcf +size 282489 diff --git a/style/fonts/muller/100.ttf b/style/fonts/muller/100.ttf new file mode 100755 index 0000000..56d05ca --- /dev/null +++ b/style/fonts/muller/100.ttf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f93e0fb86a9b59d109da3518aa7d3d9f3e75bb16068f9430a5af441002f95493 +size 68660 diff --git a/style/fonts/muller/100.woff b/style/fonts/muller/100.woff new file mode 100755 index 0000000..8a3a9d1 --- /dev/null +++ b/style/fonts/muller/100.woff @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e49f47fa903a8efdec708464eae65022be7e85942d013c479657709b4ad91b5 +size 28832 diff --git a/style/fonts/muller/100.woff2 b/style/fonts/muller/100.woff2 new file mode 100755 index 0000000..4dbb6db --- /dev/null +++ b/style/fonts/muller/100.woff2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a90abe101fe0a5a4ec19a73f870e8ff912197ea708671c90a508a1a45073877 +size 21536 diff --git a/style/fonts/muller/100i.eot b/style/fonts/muller/100i.eot new file mode 100755 index 0000000..67b5ec3 --- /dev/null +++ b/style/fonts/muller/100i.eot @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f333b1d6a04ea1712d42b608975058916047c11566135ab614ff37c91c79c8ef +size 25651 diff --git a/style/fonts/muller/100i.svg b/style/fonts/muller/100i.svg new file mode 100755 index 0000000..eeb77ed --- /dev/null +++ b/style/fonts/muller/100i.svg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f88bbf38fa55d08daf59c8c18f94a017150f2ae0f6cc4f26901883dacc406e3 +size 283344 diff --git a/style/fonts/muller/100i.ttf b/style/fonts/muller/100i.ttf new file mode 100755 index 0000000..bdf3e5e --- /dev/null +++ b/style/fonts/muller/100i.ttf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e072cc30559f26747dc7417ddac8120659345c0c5bc5d2be62d3dc4fdb06182d +size 70980 diff --git a/style/fonts/muller/100i.woff b/style/fonts/muller/100i.woff new file mode 100755 index 0000000..f28c412 --- /dev/null +++ b/style/fonts/muller/100i.woff @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a459ada2aa6be232a39cf9a149c9dd1504cc8f3e4e7527627a6ac4c46ec527e +size 30064 diff --git a/style/fonts/muller/100i.woff2 b/style/fonts/muller/100i.woff2 new file mode 100755 index 0000000..1382c5e --- /dev/null +++ b/style/fonts/muller/100i.woff2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba22cf2c94071430f3516c28b537541f338c7e45e42f13c498d3025c43db1392 +size 22456 diff --git a/style/fonts/muller/200.eot b/style/fonts/muller/200.eot new file mode 100755 index 0000000..6fe9581 --- /dev/null +++ b/style/fonts/muller/200.eot @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:357fc0035dec53d6217cd676ec008ad3aacafde257eff0320a5fcd1aa037ee89 +size 24685 diff --git a/style/fonts/muller/200.svg b/style/fonts/muller/200.svg new file mode 100755 index 0000000..62cf5e6 --- /dev/null +++ b/style/fonts/muller/200.svg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40eaf5fb8a936d09924f1fa38e318a3385ac87f61c35a51e934d9a258d1b47e3 +size 284142 diff --git a/style/fonts/muller/200.ttf b/style/fonts/muller/200.ttf new file mode 100755 index 0000000..5c0b915 --- /dev/null +++ b/style/fonts/muller/200.ttf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d37a07f36b2972392c99e153fd33b33002769f8f3864ad561666daa3f6abb791 +size 69032 diff --git a/style/fonts/muller/200.woff b/style/fonts/muller/200.woff new file mode 100755 index 0000000..1d38c56 --- /dev/null +++ b/style/fonts/muller/200.woff @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcd537c70a6b7ab12b8dbc16bb1aee253224e3785e2d3b810810dd1ef5a05964 +size 28924 diff --git a/style/fonts/muller/200.woff2 b/style/fonts/muller/200.woff2 new file mode 100755 index 0000000..d1fc5d2 --- /dev/null +++ b/style/fonts/muller/200.woff2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64de73aa065b57220ab7f19a731dd700df508dc8455be38b6c59d6ca79e50338 +size 21664 diff --git a/style/fonts/muller/200i.eot b/style/fonts/muller/200i.eot new file mode 100755 index 0000000..a1cb092 --- /dev/null +++ b/style/fonts/muller/200i.eot @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc6986e8514f84d9527bb9bf6fd33520107ec23248609ca8903f83a8ab2999f4 +size 25902 diff --git a/style/fonts/muller/200i.svg b/style/fonts/muller/200i.svg new file mode 100755 index 0000000..7c129c6 --- /dev/null +++ b/style/fonts/muller/200i.svg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:526663b94eab1f840d7eea2bb4d29e0c6cf011495b0c87d464dad36578e27bd8 +size 283852 diff --git a/style/fonts/muller/200i.ttf b/style/fonts/muller/200i.ttf new file mode 100755 index 0000000..22b49cf --- /dev/null +++ b/style/fonts/muller/200i.ttf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9397a48d14cd3859cb1425a3506c7daf033c40dbf1778c01df2bb183dccf3f28 +size 70872 diff --git a/style/fonts/muller/200i.woff b/style/fonts/muller/200i.woff new file mode 100755 index 0000000..0459547 --- /dev/null +++ b/style/fonts/muller/200i.woff @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ab55e27f6f212cb7363660dcc602503946f99d147c01404e5e589753ea36ed2 +size 30196 diff --git a/style/fonts/muller/200i.woff2 b/style/fonts/muller/200i.woff2 new file mode 100755 index 0000000..3bac713 --- /dev/null +++ b/style/fonts/muller/200i.woff2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e6e6e31ffbd42f0733d292b92710114a82852e024c4e8387a760f45358e510d +size 22728 diff --git a/style/fonts/muller/300.eot b/style/fonts/muller/300.eot new file mode 100755 index 0000000..c03d7fa --- /dev/null +++ b/style/fonts/muller/300.eot @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f6fb94c312166075d342b625a7d28ff1a73c8ec64610bd2f60a27015775bf2e +size 24398 diff --git a/style/fonts/muller/300.svg b/style/fonts/muller/300.svg new file mode 100755 index 0000000..ed218b3 --- /dev/null +++ b/style/fonts/muller/300.svg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a0eafd89a2064b2cd90e7737aa76cbc44bf26ad3b5f0c8469abed29f2423521 +size 276183 diff --git a/style/fonts/muller/300.ttf b/style/fonts/muller/300.ttf new file mode 100755 index 0000000..6857a19 --- /dev/null +++ b/style/fonts/muller/300.ttf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6986d094480820d770cf9e02db8328e78da64ad09a20b9b9290b05bf2586e8a0 +size 68572 diff --git a/style/fonts/muller/300.woff b/style/fonts/muller/300.woff new file mode 100755 index 0000000..6b66428 --- /dev/null +++ b/style/fonts/muller/300.woff @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7eb5fdefbffc1069bb6bbf299906552dbaf56430b7fc75710e170c96d4c28538 +size 28728 diff --git a/style/fonts/muller/300.woff2 b/style/fonts/muller/300.woff2 new file mode 100755 index 0000000..a2e61de --- /dev/null +++ b/style/fonts/muller/300.woff2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e0a5bcf3c0ecdc9c7e9785901fbafe3194daaa6b9b71e73d54755d02ccf52b7 +size 21432 diff --git a/style/fonts/muller/300i.eot b/style/fonts/muller/300i.eot new file mode 100755 index 0000000..39a5d96 --- /dev/null +++ b/style/fonts/muller/300i.eot @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a64f4fe8e1571daac18c9193df7ce81077beffb8dbf8c083707b85f7b7c89420 +size 25784 diff --git a/style/fonts/muller/300i.svg b/style/fonts/muller/300i.svg new file mode 100755 index 0000000..b448f54 --- /dev/null +++ b/style/fonts/muller/300i.svg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de37ef523b8db3d21a612fe1ec6d79e8dc460c3520db2c08d5514d6464731574 +size 280477 diff --git a/style/fonts/muller/300i.ttf b/style/fonts/muller/300i.ttf new file mode 100755 index 0000000..f809ce0 --- /dev/null +++ b/style/fonts/muller/300i.ttf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b57409e7d0f70ba5ede1b775b522c5d6e94892e40679c26bad92a2f30a972234 +size 70828 diff --git a/style/fonts/muller/300i.woff b/style/fonts/muller/300i.woff new file mode 100755 index 0000000..aef8338 --- /dev/null +++ b/style/fonts/muller/300i.woff @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c3cd5c6242799ed32b98d4038a00d6568f2e8be1f0c45ef7c3aee718e413cae +size 30056 diff --git a/style/fonts/muller/300i.woff2 b/style/fonts/muller/300i.woff2 new file mode 100755 index 0000000..fbaf1a6 --- /dev/null +++ b/style/fonts/muller/300i.woff2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14d42ded5e0108bdadbf6e2363297809d11375cececba2ee36d6f63c34b01997 +size 22620 diff --git a/style/fonts/muller/400.eot b/style/fonts/muller/400.eot new file mode 100755 index 0000000..2e575cc --- /dev/null +++ b/style/fonts/muller/400.eot @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e72f4c3b1509542b55a95ddc6799ee9a8e1b7cf156351defa4b848d0f739fdd +size 24089 diff --git a/style/fonts/muller/400.svg b/style/fonts/muller/400.svg new file mode 100755 index 0000000..5480220 --- /dev/null +++ b/style/fonts/muller/400.svg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b97b15cf950eaec29d5e62f3e19f9ea3e496564c1470ea7b1c8028684691bc05 +size 272826 diff --git a/style/fonts/muller/400.ttf b/style/fonts/muller/400.ttf new file mode 100755 index 0000000..7c5b205 --- /dev/null +++ b/style/fonts/muller/400.ttf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bc771b4d8463643362455f3a9d7d13a507a28706a93aafa56148093ce53b4e1 +size 68512 diff --git a/style/fonts/muller/400.woff b/style/fonts/muller/400.woff new file mode 100755 index 0000000..6d90cbc --- /dev/null +++ b/style/fonts/muller/400.woff @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f7f2025cecd3a1b41370031e1c87763f4a08d6e8d0a5be46248d1a227d9722d +size 28356 diff --git a/style/fonts/muller/400.woff2 b/style/fonts/muller/400.woff2 new file mode 100755 index 0000000..5d81916 --- /dev/null +++ b/style/fonts/muller/400.woff2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0a9472e4e16b92c16ca037426bf26ef69acaa96636d513f5a75ec33cfd6d766 +size 21148 diff --git a/style/fonts/muller/400i.eot b/style/fonts/muller/400i.eot new file mode 100755 index 0000000..df2ff8a --- /dev/null +++ b/style/fonts/muller/400i.eot @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73642aee835769f42f6270b1225528ba4740b4c4f49c4c86265fd2e39c23b74e +size 25412 diff --git a/style/fonts/muller/400i.svg b/style/fonts/muller/400i.svg new file mode 100755 index 0000000..45c64a3 --- /dev/null +++ b/style/fonts/muller/400i.svg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35842fcc78f7368b1452a6f3882d2191bee095fba3661644f4b54bef20b8f710 +size 274635 diff --git a/style/fonts/muller/400i.ttf b/style/fonts/muller/400i.ttf new file mode 100755 index 0000000..31fb9c0 --- /dev/null +++ b/style/fonts/muller/400i.ttf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47c1a42ebd2e0796ae3656088dc46d0e916d09612ff8c071362860c1e6f4615c +size 70280 diff --git a/style/fonts/muller/400i.woff b/style/fonts/muller/400i.woff new file mode 100755 index 0000000..3bcbb2e --- /dev/null +++ b/style/fonts/muller/400i.woff @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fbdb9519637cf87e1f0cb4d2473ff4bd16eefd01d051d11b3e5653953775399 +size 29600 diff --git a/style/fonts/muller/400i.woff2 b/style/fonts/muller/400i.woff2 new file mode 100755 index 0000000..b143a7c --- /dev/null +++ b/style/fonts/muller/400i.woff2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0e7890f3d935a1dea1ea7bf5f51b040e103093f0ebfb49678e92be13c0cfbe7 +size 22204 diff --git a/style/fonts/muller/500.eot b/style/fonts/muller/500.eot new file mode 100755 index 0000000..00e1122 --- /dev/null +++ b/style/fonts/muller/500.eot @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38467009f2c711f68564e24ce31928a2aa5f70ff7eaef9ca265c32b65754b99e +size 24416 diff --git a/style/fonts/muller/500.svg b/style/fonts/muller/500.svg new file mode 100755 index 0000000..d4681a0 --- /dev/null +++ b/style/fonts/muller/500.svg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e1de04d160562b680d613a676ff799efc62f5dcd004de5539e6319227f7280d +size 268115 diff --git a/style/fonts/muller/500.ttf b/style/fonts/muller/500.ttf new file mode 100755 index 0000000..bffe25b --- /dev/null +++ b/style/fonts/muller/500.ttf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ddf3152cc8cffde43b10d2a93c24c467b04cd1a7ed64c72e324c63df8d9bcfd +size 67624 diff --git a/style/fonts/muller/500.woff b/style/fonts/muller/500.woff new file mode 100755 index 0000000..0c0d505 --- /dev/null +++ b/style/fonts/muller/500.woff @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:043fc171aba97d2786617412fd11920d4e16df3cfa10df54fda1f09ba91b513d +size 28680 diff --git a/style/fonts/muller/500.woff2 b/style/fonts/muller/500.woff2 new file mode 100755 index 0000000..219c2b4 --- /dev/null +++ b/style/fonts/muller/500.woff2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0d9718ec88b598c4e5db394a45f65760acc9d90eaf76bc7f6853777710b45be +size 21424 diff --git a/style/fonts/muller/500i.eot b/style/fonts/muller/500i.eot new file mode 100755 index 0000000..429d797 --- /dev/null +++ b/style/fonts/muller/500i.eot @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c123d614d57a84674cb61e4da2cbf804383b3a44b932d7b080dd636e84d5d7c4 +size 25948 diff --git a/style/fonts/muller/500i.svg b/style/fonts/muller/500i.svg new file mode 100755 index 0000000..7cfb067 --- /dev/null +++ b/style/fonts/muller/500i.svg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d49e02c380d91e2385e7a23a0537f4121f1e5b2824f7b3b669d20de5fc4a9169 +size 274132 diff --git a/style/fonts/muller/500i.ttf b/style/fonts/muller/500i.ttf new file mode 100755 index 0000000..15e8f10 --- /dev/null +++ b/style/fonts/muller/500i.ttf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c246f403fc11339312c5ef30967bb8e0b713efd221de4246b07b6f8e39527733 +size 70180 diff --git a/style/fonts/muller/500i.woff b/style/fonts/muller/500i.woff new file mode 100755 index 0000000..a93723e --- /dev/null +++ b/style/fonts/muller/500i.woff @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ea15190790fcbed36712abfa7554f29afa921e64a5f7ce0316d29ccb7758715 +size 30136 diff --git a/style/fonts/muller/500i.woff2 b/style/fonts/muller/500i.woff2 new file mode 100755 index 0000000..d45e43d --- /dev/null +++ b/style/fonts/muller/500i.woff2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:273553ccea914d7d0aee543d10731af652767fcd7375ed18288b05c89135b2b0 +size 22688 diff --git a/style/fonts/muller/600.eot b/style/fonts/muller/600.eot new file mode 100755 index 0000000..2b07fd3 --- /dev/null +++ b/style/fonts/muller/600.eot @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2963b540d0d3ce74a6f0121230907ddd93411b424479d8ffa9f097ae00a60925 +size 24478 diff --git a/style/fonts/muller/600.svg b/style/fonts/muller/600.svg new file mode 100755 index 0000000..54f01b0 --- /dev/null +++ b/style/fonts/muller/600.svg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72a4afb4ead2b4e850d000c9cf8bad605f54310183cf7a26240d95d69704217d +size 265402 diff --git a/style/fonts/muller/600.ttf b/style/fonts/muller/600.ttf new file mode 100755 index 0000000..2d65606 --- /dev/null +++ b/style/fonts/muller/600.ttf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2c1f8a459f5daf23a7522cdc0f99ac21f87918c81fda0bc5cb851bc51315012 +size 68080 diff --git a/style/fonts/muller/600.woff b/style/fonts/muller/600.woff new file mode 100755 index 0000000..bf711fd --- /dev/null +++ b/style/fonts/muller/600.woff @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:279bde5fb66136c25a808d51a292e3865b53c94183d77abc63a33ff8c9baac65 +size 28844 diff --git a/style/fonts/muller/600.woff2 b/style/fonts/muller/600.woff2 new file mode 100755 index 0000000..9a56935 --- /dev/null +++ b/style/fonts/muller/600.woff2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a72f804a297bc6acacf6fa5da21ce50b6e21fa841a47aaa6ab33200b6984b09c +size 21572 diff --git a/style/fonts/muller/600i.eot b/style/fonts/muller/600i.eot new file mode 100755 index 0000000..8787770 --- /dev/null +++ b/style/fonts/muller/600i.eot @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d1763d7140fddab89ae8ef7647747e040fd0c37bbd4d1b4e529afdb64bd4ce7 +size 25812 diff --git a/style/fonts/muller/600i.svg b/style/fonts/muller/600i.svg new file mode 100755 index 0000000..316a540 --- /dev/null +++ b/style/fonts/muller/600i.svg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c09b432a23d4e239036de75f5c1f8fc395b8a13678bb646da0fdbade075a9157 +size 268620 diff --git a/style/fonts/muller/600i.ttf b/style/fonts/muller/600i.ttf new file mode 100755 index 0000000..0ed0eed --- /dev/null +++ b/style/fonts/muller/600i.ttf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5788e1d70da1e59f4cc5fc5e2b3780235621a5879880290b189781b50ddd863 +size 70688 diff --git a/style/fonts/muller/600i.woff b/style/fonts/muller/600i.woff new file mode 100755 index 0000000..cbeed4d --- /dev/null +++ b/style/fonts/muller/600i.woff @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4093ce55726a8c2703c81c4cd6e8285ef64ca097b056443084b06587398448e +size 30032 diff --git a/style/fonts/muller/600i.woff2 b/style/fonts/muller/600i.woff2 new file mode 100755 index 0000000..07e9d67 --- /dev/null +++ b/style/fonts/muller/600i.woff2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59db8a179612c5cf61230a2f3ed7f19fecaf12aaade5ff249bd9ebd72bfa8cac +size 22536 diff --git a/style/fonts/muller/700.eot b/style/fonts/muller/700.eot new file mode 100755 index 0000000..429faff --- /dev/null +++ b/style/fonts/muller/700.eot @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6db3d5fd4318f81d8842daf1913301ad6271d72378b3595dee7c207088cc54a6 +size 24064 diff --git a/style/fonts/muller/700.svg b/style/fonts/muller/700.svg new file mode 100755 index 0000000..6095768 --- /dev/null +++ b/style/fonts/muller/700.svg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ba8c4a5a72e20aebcabc7045dfdcf428f97c7862006c746c6350131adb04754 +size 266597 diff --git a/style/fonts/muller/700.ttf b/style/fonts/muller/700.ttf new file mode 100755 index 0000000..fb5c8dd --- /dev/null +++ b/style/fonts/muller/700.ttf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13f1c8a1b5f8f3eb8ccedea48344874058f60877b30865e4869c4f4b9e733d10 +size 68104 diff --git a/style/fonts/muller/700.woff b/style/fonts/muller/700.woff new file mode 100755 index 0000000..45f2ef8 --- /dev/null +++ b/style/fonts/muller/700.woff @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14eea7e93e3c87f16ea2cd639b1520a8960d209ae211fa791123f366e1f97aaa +size 28460 diff --git a/style/fonts/muller/700.woff2 b/style/fonts/muller/700.woff2 new file mode 100755 index 0000000..ee8a7ad --- /dev/null +++ b/style/fonts/muller/700.woff2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc034f8dae34c5f2dcc9c141fa2e4216f0dd4b9cb6fea95903bc23196c835bee +size 21140 diff --git a/style/fonts/muller/700i.eot b/style/fonts/muller/700i.eot new file mode 100755 index 0000000..c28b09a --- /dev/null +++ b/style/fonts/muller/700i.eot @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef9c6d61f20494078de3989e036125d31995bbfe2a2fa79967358d5d0003794a +size 25511 diff --git a/style/fonts/muller/700i.svg b/style/fonts/muller/700i.svg new file mode 100755 index 0000000..7bc18a1 --- /dev/null +++ b/style/fonts/muller/700i.svg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3da924bd2ddccaad2bb5b2ebcf370b72a28d8fb98058b028113fc9908b350e6c +size 270333 diff --git a/style/fonts/muller/700i.ttf b/style/fonts/muller/700i.ttf new file mode 100755 index 0000000..9f330c9 --- /dev/null +++ b/style/fonts/muller/700i.ttf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e18dba7f0ad73d77852d8abd64280a7cd73e717e12e19f5207e2cb9bdbc3ac4b +size 70820 diff --git a/style/fonts/muller/700i.woff b/style/fonts/muller/700i.woff new file mode 100755 index 0000000..cf1f86c --- /dev/null +++ b/style/fonts/muller/700i.woff @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db32b25157025568deb300dd875232fe2b75cc75f12beb37361cba09c4aca5f3 +size 29812 diff --git a/style/fonts/muller/700i.woff2 b/style/fonts/muller/700i.woff2 new file mode 100755 index 0000000..692c012 --- /dev/null +++ b/style/fonts/muller/700i.woff2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68afc89947391340e425f2760a10af09e749468d2c1ea00e5587b77bae2bee69 +size 22412 diff --git a/style/fonts/muller/800.eot b/style/fonts/muller/800.eot new file mode 100755 index 0000000..cdd5498 --- /dev/null +++ b/style/fonts/muller/800.eot @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d24a1acd082c498e82edd77222a78a5f6b1de4436e3ab2738fc53f238e5c403b +size 24975 diff --git a/style/fonts/muller/800.svg b/style/fonts/muller/800.svg new file mode 100755 index 0000000..99b31e5 --- /dev/null +++ b/style/fonts/muller/800.svg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c04b32812b613e6d73a1d3e86fdd9f2372fd85fe7de259de8a1f764257694869 +size 263195 diff --git a/style/fonts/muller/800.ttf b/style/fonts/muller/800.ttf new file mode 100755 index 0000000..a7382e2 --- /dev/null +++ b/style/fonts/muller/800.ttf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad2a92a396470270dfcbfc0287ae02e00b9e2d2f45371a2671d0597201022d9f +size 68052 diff --git a/style/fonts/muller/800.woff b/style/fonts/muller/800.woff new file mode 100755 index 0000000..7bd17b1 --- /dev/null +++ b/style/fonts/muller/800.woff @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4c20a013e1d644b509e9a275dfbda1460bbad6217a7ffc345dd615bf5fc0760 +size 29348 diff --git a/style/fonts/muller/800.woff2 b/style/fonts/muller/800.woff2 new file mode 100755 index 0000000..29202ea --- /dev/null +++ b/style/fonts/muller/800.woff2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60c275a2d630c7c079226597fb1aa9d47f03e6ced1f51b5fe935889479640c14 +size 21916 diff --git a/style/fonts/muller/800i.eot b/style/fonts/muller/800i.eot new file mode 100755 index 0000000..a4aa88b --- /dev/null +++ b/style/fonts/muller/800i.eot @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:518ac82f37f95effbf487cea872794c47f51e4c967d28446d592d8a237fcd5bf +size 25974 diff --git a/style/fonts/muller/800i.svg b/style/fonts/muller/800i.svg new file mode 100755 index 0000000..15bd4cc --- /dev/null +++ b/style/fonts/muller/800i.svg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d47fe1ec887928629ae3bbe7ac1b7ed6e487b86feb5534aad7f2f8dfdb7ed2e +size 267278 diff --git a/style/fonts/muller/800i.ttf b/style/fonts/muller/800i.ttf new file mode 100755 index 0000000..4b5e156 --- /dev/null +++ b/style/fonts/muller/800i.ttf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ad25a19fd3228319e2cf92074be16c20cabc13a7c7ecc5fa0c2b8f907da0605 +size 70828 diff --git a/style/fonts/muller/800i.woff b/style/fonts/muller/800i.woff new file mode 100755 index 0000000..869806f --- /dev/null +++ b/style/fonts/muller/800i.woff @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8222f82f23198644250989af292af5c15dfcaee2e7b6abc189b371d295f80110 +size 30300 diff --git a/style/fonts/muller/800i.woff2 b/style/fonts/muller/800i.woff2 new file mode 100755 index 0000000..f521bc7 --- /dev/null +++ b/style/fonts/muller/800i.woff2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3dae126453a039fe0b1109ecb80005071a46b271000c0f65af9b8105bce0ceb +size 22768 diff --git a/style/fonts/muller/900.eot b/style/fonts/muller/900.eot new file mode 100755 index 0000000..c5725c3 --- /dev/null +++ b/style/fonts/muller/900.eot @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cab0a0a7cdffa1f43a26998befdc9f7fa5bfc190bf572f7d7a8a4a96a7525ea +size 24671 diff --git a/style/fonts/muller/900.svg b/style/fonts/muller/900.svg new file mode 100755 index 0000000..a759efe --- /dev/null +++ b/style/fonts/muller/900.svg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d65831743af5e601ae91dff26d5cd6706392719886476408448f8c3afa2ed5e7 +size 266903 diff --git a/style/fonts/muller/900.ttf b/style/fonts/muller/900.ttf new file mode 100755 index 0000000..53a6738 --- /dev/null +++ b/style/fonts/muller/900.ttf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ad7c73914f8649fd651be266bcebdef4ae9d22974535e06d0053e5075d933d2 +size 68732 diff --git a/style/fonts/muller/900.woff b/style/fonts/muller/900.woff new file mode 100755 index 0000000..1228c62 --- /dev/null +++ b/style/fonts/muller/900.woff @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdf06c1845100527afd7edc5183387654d65a1aaf3b397471b28976903d5709c +size 29100 diff --git a/style/fonts/muller/900.woff2 b/style/fonts/muller/900.woff2 new file mode 100755 index 0000000..d5d0a97 --- /dev/null +++ b/style/fonts/muller/900.woff2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6ed3b329dffc008de50d77e2106d1dd7b1f8a285b1472f94d0c658c6823a359 +size 21632 diff --git a/style/fonts/muller/900i.eot b/style/fonts/muller/900i.eot new file mode 100755 index 0000000..4adbd31 --- /dev/null +++ b/style/fonts/muller/900i.eot @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e4d73974be305abf4ba2aa49b87bf392e98c87d69340219ad48716d75fa09fa +size 26085 diff --git a/style/fonts/muller/900i.svg b/style/fonts/muller/900i.svg new file mode 100755 index 0000000..3fce5ee --- /dev/null +++ b/style/fonts/muller/900i.svg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84c3946906fdc1eefcfa54775dae56b5f0cff8892edc740b017fe1c3b3472a9a +size 268565 diff --git a/style/fonts/muller/900i.ttf b/style/fonts/muller/900i.ttf new file mode 100755 index 0000000..d6ee04b --- /dev/null +++ b/style/fonts/muller/900i.ttf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c692f426332e9b246e67259a53b1d9587c4698f0aa2069d2ec2b29544e58ebdf +size 70884 diff --git a/style/fonts/muller/900i.woff b/style/fonts/muller/900i.woff new file mode 100755 index 0000000..da8d683 --- /dev/null +++ b/style/fonts/muller/900i.woff @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:322c8610e0eab5c5a9a7089f5c9c948711a3e8723ffa29508a9317592101ba16 +size 30512 diff --git a/style/fonts/muller/900i.woff2 b/style/fonts/muller/900i.woff2 new file mode 100755 index 0000000..d513182 --- /dev/null +++ b/style/fonts/muller/900i.woff2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f4c0197b7e1347589d072dd10549b456ce8fb7886e9974fb87232d070761066 +size 22812 diff --git a/style/fonts/muller/muller.css b/style/fonts/muller/muller.css new file mode 100644 index 0000000..fe3d69a --- /dev/null +++ b/style/fonts/muller/muller.css @@ -0,0 +1,229 @@ +@font-face { + font-family: Muller; + font-weight: 50; + src: + url(050.eot) format('embedded-opentype'), + url(050.svg) format('svg'), + url(050.ttf) format('truetype'), + url(050.woff) format('woff'), + url(050.woff2) format('woff2'); +} + +@font-face { + font-family: Muller; + font-weight: 50; + font-style: italic; + src: + url(050i.eot) format('embedded-opentype'), + url(050i.svg) format('svg'), + url(050i.ttf) format('truetype'), + url(050i.woff) format('woff'), + url(050i.woff2) format('woff2'); +} + +@font-face { + font-family: Muller; + font-weight: 100; + src: + url(100.eot) format('embedded-opentype'), + url(100.svg) format('svg'), + url(100.ttf) format('truetype'), + url(100.woff) format('woff'), + url(100.woff2) format('woff2'); +} + +@font-face { + font-family: Muller; + font-weight: 100; + font-style: italic; + src: + url(100i.eot) format('embedded-opentype'), + url(100i.svg) format('svg'), + url(100i.ttf) format('truetype'), + url(100i.woff) format('woff'), + url(100i.woff2) format('woff2'); +} + +@font-face { + font-family: Muller; + font-weight: 200; + src: + url(200.eot) format('embedded-opentype'), + url(200.svg) format('svg'), + url(200.ttf) format('truetype'), + url(200.woff) format('woff'), + url(200.woff2) format('woff2'); +} + +@font-face { + font-family: Muller; + font-weight: 200; + font-style: italic; + src: + url(200i.eot) format('embedded-opentype'), + url(200i.svg) format('svg'), + url(200i.ttf) format('truetype'), + url(200i.woff) format('woff'), + url(200i.woff2) format('woff2'); +} + +@font-face { + font-family: Muller; + font-weight: 300; + src: + url(300.eot) format('embedded-opentype'), + url(300.svg) format('svg'), + url(300.ttf) format('truetype'), + url(300.woff) format('woff'), + url(300.woff2) format('woff2'); +} + +@font-face { + font-family: Muller; + font-weight: 300; + font-style: italic; + src: + url(300i.eot) format('embedded-opentype'), + url(300i.svg) format('svg'), + url(300i.ttf) format('truetype'), + url(300i.woff) format('woff'), + url(300i.woff2) format('woff2'); +} + +@font-face { + font-family: Muller; + font-weight: 400; + src: + url(400.eot) format('embedded-opentype'), + url(400.svg) format('svg'), + url(400.ttf) format('truetype'), + url(400.woff) format('woff'), + url(400.woff2) format('woff2'); +} + +@font-face { + font-family: Muller; + font-weight: 400; + font-style: italic; + src: + url(400i.eot) format('embedded-opentype'), + url(400i.svg) format('svg'), + url(400i.ttf) format('truetype'), + url(400i.woff) format('woff'), + url(400i.woff2) format('woff2'); +} + +@font-face { + font-family: Muller; + font-weight: 500; + src: + url(500.eot) format('embedded-opentype'), + url(500.svg) format('svg'), + url(500.ttf) format('truetype'), + url(500.woff) format('woff'), + url(500.woff2) format('woff2'); +} + +@font-face { + font-family: Muller; + font-weight: 500; + font-style: italic; + src: + url(500i.eot) format('embedded-opentype'), + url(500i.svg) format('svg'), + url(500i.ttf) format('truetype'), + url(500i.woff) format('woff'), + url(500i.woff2) format('woff2'); +} + +@font-face { + font-family: Muller; + font-weight: 600; + src: + url(600.eot) format('embedded-opentype'), + url(600.svg) format('svg'), + url(600.ttf) format('truetype'), + url(600.woff) format('woff'), + url(600.woff2) format('woff2'); +} + +@font-face { + font-family: Muller; + font-weight: 600; + font-style: italic; + src: + url(600i.eot) format('embedded-opentype'), + url(600i.svg) format('svg'), + url(600i.ttf) format('truetype'), + url(600i.woff) format('woff'), + url(600i.woff2) format('woff2'); +} + +@font-face { + font-family: Muller; + font-weight: 700; + src: + url(700.eot) format('embedded-opentype'), + url(700.svg) format('svg'), + url(700.ttf) format('truetype'), + url(700.woff) format('woff'), + url(700.woff2) format('woff2'); +} + +@font-face { + font-family: Muller; + font-weight: 700; + font-style: italic; + src: + url(700i.eot) format('embedded-opentype'), + url(700i.svg) format('svg'), + url(700i.ttf) format('truetype'), + url(700i.woff) format('woff'), + url(700i.woff2) format('woff2'); +} + +@font-face { + font-family: Muller; + font-weight: 800; + src: + url(800.eot) format('embedded-opentype'), + url(800.svg) format('svg'), + url(800.ttf) format('truetype'), + url(800.woff) format('woff'), + url(800.woff2) format('woff2'); +} + +@font-face { + font-family: Muller; + font-weight: 800; + font-style: italic; + src: + url(800i.eot) format('embedded-opentype'), + url(800i.svg) format('svg'), + url(800i.ttf) format('truetype'), + url(800i.woff) format('woff'), + url(800i.woff2) format('woff2'); +} + +@font-face { + font-family: Muller; + font-weight: 900; + src: + url(900.eot) format('embedded-opentype'), + url(900.svg) format('svg'), + url(900.ttf) format('truetype'), + url(900.woff) format('woff'), + url(900.woff2) format('woff2'); +} + +@font-face { + font-family: Muller; + font-weight: 900; + font-style: italic; + src: + url(900i.eot) format('embedded-opentype'), + url(900i.svg) format('svg'), + url(900i.ttf) format('truetype'), + url(900i.woff) format('woff'), + url(900i.woff2) format('woff2'); +} diff --git a/style/page.css b/style/page.css new file mode 100644 index 0000000..7deb035 --- /dev/null +++ b/style/page.css @@ -0,0 +1,84 @@ +@import url(fonts/muller/muller.css); +@import url(fonts/andika/andika.css); + +@import url(counters.css); + +:root { + --root-col: hsl(0deg, 2%, 19%); + --fg-col: hsl(336deg, 17%, 11%); + --bg-col: hsl(40deg, 91%, 98%); + --link-col: hsl(188deg, 39%, 26%); + --head-col: hsl(355deg, 52%, 48%); +} + +:root { + background: var(--root-col); + + font-family: Muller; + font-size: 18pt; + + height: 100vh; +} + +body { + background: url(paper.png), var(--bg-col); + background-blend-mode: multiply; + color: var(--fg-col); + + max-width: 42em; + min-height: 100%; + margin: 0 auto; + padding: 1em 2em 3em; + + box-sizing: border-box; +} + + +h1, h2, h3, h4, h5, h6 { + color: var(--head-col); + margin: 1.5em 0 0.5em; +} + +h1::before, h2::before, h3::before, h4::before, h5::before, h6::before { + padding-right: 2ex; +} + +h1 { + font-size: 130%; + font-weight: 800; +} + +h2 { + font-size: 120%; + font-weight: 800; +} + +h3 { + font-size: 100%; + font-weight: 800; +} + +h4 { + font-size: 100%; + font-weight: 700; +} + +h5 { + font-size: 100%; + font-weight: 600; +} + +h6 { + font-size: 100%; + font-weight: 500; +} + +a { + color: var(--link-col); +} + + +.ipa, .lang { + font-family: Andika; + font-feature-settings: "ss01" 1, "litr" 0; +} diff --git a/style/paper.png b/style/paper.png new file mode 100644 index 0000000..5977961 Binary files /dev/null and b/style/paper.png differ