Browse Source

Update fonts.

pull/38/head
Andrew Belt 5 years ago
parent
commit
23015f781e
2 changed files with 3 additions and 3 deletions
  1. +2
    -2
      _static/overrides.css
  2. +1
    -1
      conf.py

+ 2
- 2
_static/overrides.css View File

@@ -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 {


+ 1
- 1
conf.py View File

@@ -1,6 +1,6 @@

project = 'VCV Rack'
copyright = '2019, VCV'
copyright = '2020, VCV'
author = 'VCV'

source_encoding = 'utf-8'


Loading…
Cancel
Save