This website works better with JavaScript.
Home
Help
Sign In
VCVRack
/
manual
mirror of
https://github.com/VCVRack/manual.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
Update fonts.
pull/38/head
Andrew Belt
5 years ago
parent
004c57583a
commit
23015f781e
2 changed files
with
3 additions
and
3 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
_static/overrides.css
+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 {
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 {
.wy-side-nav-search {
+ 1
- 1
conf.py
View File
@@ -1,6 +1,6 @@
project = 'VCV Rack'
project = 'VCV Rack'
copyright = '20
19
, VCV'
copyright = '20
20
, VCV'
author = 'VCV'
author = 'VCV'
source_encoding = 'utf-8'
source_encoding = 'utf-8'
Write
Preview
Loading…
Cancel
Save