From d1f41781558331c04afd3d37c3a2f94c185e872b Mon Sep 17 00:00:00 2001 From: Max Value Date: Sat, 22 Nov 2025 16:55:11 +0000 Subject: [PATCH] Added readme --- README.html | 26 ++++++++++++++++++++++++++ test.html => demo.html | 6 ++++-- 2 files changed, 30 insertions(+), 2 deletions(-) create mode 100644 README.html rename test.html => demo.html (75%) diff --git a/README.html b/README.html new file mode 100644 index 0000000..440909a --- /dev/null +++ b/README.html @@ -0,0 +1,26 @@ + + +

Fimm font

+ +
+ +

+ Font based on Finn's handwriting.
+ Download current build
+ Font demo + The All Insects website +

+ +

ABCDEFGHIJKLMNOPQRSTUVWXYZ

+

abcdefghijklmnopqrstuvwxyz

+

1234567890

+

! " # % + , - . : ; = ? @

diff --git a/test.html b/demo.html similarity index 75% rename from test.html rename to demo.html index 8a1f769..ae80cb2 100644 --- a/test.html +++ b/demo.html @@ -8,8 +8,10 @@ @font-face { font-family: "Fimm"; src: - local("Fimm"), - url("./Fimm.otf") format("opentype") + url(https://data.ozva.co.uk/fimm-font/target/Fimm.ttf), + url(https://data.ozva.co.uk/fimm-font/target/Fimm.otf) format("opentype"), + url(https://data.ozva.co.uk/fimm-font/target/Fimm.woff) format("woff"), + url(https://data.ozva.co.uk/fimm-font/target/Fimm.woff2) format("woff2"); } #fimm { -- 2.39.2