From 4dd11771f0197fbcc8279d92340cf9250738cd01 Mon Sep 17 00:00:00 2001 From: Rasmus Andersson Date: Tue, 7 Jun 2022 14:38:29 -0700 Subject: website: add /download/ page --- docs/index.html | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'docs/index.html') diff --git a/docs/index.html b/docs/index.html index 4a28bd8e4..86efa5c58 100644 --- a/docs/index.html +++ b/docs/index.html @@ -3,12 +3,6 @@ layout: default --- {% -assign release_version = site.data.fontinfo[0].version %}{% - -capture download_url - %}https://github.com/rsms/inter/releases/download/v{{ release_version }}/Inter-{{ release_version }}.zip{% -endcapture %}{% - for file in site.static_files %}{% assign _path = file.path | remove_first: "/inter" %}{% if _path == "/index.css" %}{% @@ -89,7 +83,7 @@ endfor

Using Inter is as easy as - downloading & installing + downloading & installing the font files. If you're making a web thing, you can use the following CSS.

-- cgit v1.2.3