From 23015f781e7b749067f09da0d0d5917e40bd532a Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Tue, 3 Mar 2020 07:11:48 -0500 Subject: [PATCH] Update fonts. --- _static/overrides.css | 4 ++-- conf.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/_static/overrides.css b/_static/overrides.css index dbd4d20..7bc88c9 100644 --- a/_static/overrides.css +++ b/_static/overrides.css @@ -1,7 +1,7 @@ -@import url('https://fonts.googleapis.com/css?family=Nunito:300,300i,800'); +@import url('https://cloud.typography.com/7479438/7888212/css/fonts.css'); body, h1, h2, .rst-content .toctree-wrapper p.caption, h3, h4, h5, h6, legend { - font-family: 'Nunito', sans-serif; + font-family: "Gotham Rounded A", "Gotham Rounded B", sans-serif; } .wy-side-nav-search { diff --git a/conf.py b/conf.py index 16df7b2..aac31a1 100644 --- a/conf.py +++ b/conf.py @@ -1,6 +1,6 @@ project = 'VCV Rack' -copyright = '2019, VCV' +copyright = '2020, VCV' author = 'VCV' source_encoding = 'utf-8'