From 2607114f4a164fdd863268375e424789c4949cc0 Mon Sep 17 00:00:00 2001 From: Rhiannon Morris Date: Wed, 16 Dec 2020 18:39:55 +0100 Subject: [PATCH] update stats --- fonts/breezesans/breezesans.css | 64 +++++++++++++++++++++++++++++++++ index.html | 7 ++-- style.css | 6 ++++ 3 files changed, 75 insertions(+), 2 deletions(-) create mode 100644 fonts/breezesans/breezesans.css diff --git a/fonts/breezesans/breezesans.css b/fonts/breezesans/breezesans.css new file mode 100644 index 0000000..1e9656c --- /dev/null +++ b/fonts/breezesans/breezesans.css @@ -0,0 +1,64 @@ +@font-face { + src: url(100.ttf); + font-family: 'BreezeSans'; + font-weight: 100; +} + +@font-face { + src: url(100c.ttf); + font-family: 'BreezeSans'; + font-weight: 100; + font-stretch: condensed; +} + +@font-face { + src: url(300.ttf); + font-family: 'BreezeSans'; + font-weight: 300; +} + +@font-face { + src: url(300c.ttf); + font-family: 'BreezeSans'; + font-weight: 300; + font-stretch: condensed; +} + +@font-face { + src: url(400.ttf); + font-family: 'BreezeSans'; + font-weight: 400; +} + +@font-face { + src: url(400c.ttf); + font-family: 'BreezeSans'; + font-weight: 400; + font-stretch: condensed; +} + +@font-face { + src: url(600.ttf); + font-family: 'BreezeSans'; + font-weight: 600; +} + +@font-face { + src: url(600c.ttf); + font-family: 'BreezeSans'; + font-weight: 600; + font-stretch: condensed; +} + +@font-face { + src: url(700.ttf); + font-family: 'BreezeSans'; + font-weight: 700; +} + +@font-face { + src: url(700c.ttf); + font-family: 'BreezeSans'; + font-weight: 700; + font-stretch: condensed; +} diff --git a/index.html b/index.html index 1120a33..c6a3f1c 100644 --- a/index.html +++ b/index.html @@ -41,11 +41,14 @@

stats

quantity
2 +
limbs
many +
consistency
soft +
awakeness
≈ 40% +
how to say +
nıs, nısə
prons
she, he -
limbs
many -
consistency
soft
diff --git a/style.css b/style.css index f9872d3..7d05784 100644 --- a/style.css +++ b/style.css @@ -1,4 +1,5 @@ @import url(fonts/muller/muller.css); +@import url(fonts/breezesans/breezesans.css); body { --gradient: @@ -196,6 +197,11 @@ footer a { color: hsl(254deg, 50%, 50%); } +.ipa { + font-family: BreezeSans; + font-size: 90%; +} + /* hacky fix for firefox mobile 68 freaking out at blend modes ☹ */ @media (-moz-touch-enabled) {