From e90d3c8807a7c0beee1d732a55a418429f9091c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Ml=C3=A1dek?= Date: Tue, 5 Oct 2021 23:08:34 +0200 Subject: [PATCH] include inter from cdn, enable disambiguation --- templates/main.css | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/templates/main.css b/templates/main.css index 5271a96..ade5b54 100644 --- a/templates/main.css +++ b/templates/main.css @@ -1,4 +1,13 @@ -body { +@import url('https://rsms.me/inter/inter.css'); + +@supports (font-variation-settings: normal) { + html { + font-family: 'Inter var', sans-serif; + font-feature-settings: "frac", "cpsp", "ss02", "ss03"; + } +} + +html { font-family: 'Inter', sans-serif; }