# HG changeset patch # User Glitchvid # Date 1582701753 25200 # Node ID e61659f0b0bef2048345f41e937e9aa23b415324 # Parent 29c252b93909c2c645e621ad3bdb5b9a01d24421 - New font linking style - Fix favicon on local FS diff -r 29c252b93909 -r e61659f0b0be site/about.html --- a/site/about.html Wed Feb 26 00:06:06 2020 -0700 +++ b/site/about.html Wed Feb 26 00:22:33 2020 -0700 @@ -5,13 +5,9 @@ - + + Source 2 Documentation Project - - - - - diff -r 29c252b93909 -r e61659f0b0be site/features.html --- a/site/features.html Wed Feb 26 00:06:06 2020 -0700 +++ b/site/features.html Wed Feb 26 00:22:33 2020 -0700 @@ -5,13 +5,9 @@ - + + Source 2 Documentation Project - - - - - diff -r 29c252b93909 -r e61659f0b0be site/features_tools.html --- a/site/features_tools.html Wed Feb 26 00:06:06 2020 -0700 +++ b/site/features_tools.html Wed Feb 26 00:22:33 2020 -0700 @@ -5,13 +5,9 @@ - + + Source 2 Documentation Project - - - - - diff -r 29c252b93909 -r e61659f0b0be site/font.css --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/site/font.css Wed Feb 26 00:22:33 2020 -0700 @@ -0,0 +1,1 @@ +@import url('https://fonts.googleapis.com/css?family=Lato:400,400i,700,700i|Nunito:400,700|Arimo&display=swap'); \ No newline at end of file diff -r 29c252b93909 -r e61659f0b0be site/home.html --- a/site/home.html Wed Feb 26 00:06:06 2020 -0700 +++ b/site/home.html Wed Feb 26 00:22:33 2020 -0700 @@ -5,13 +5,9 @@ - + + Source 2 Documentation Project - - - - - diff -r 29c252b93909 -r e61659f0b0be site/style.css --- a/site/style.css Wed Feb 26 00:06:06 2020 -0700 +++ b/site/style.css Wed Feb 26 00:22:33 2020 -0700 @@ -1,3 +1,5 @@ +@import url('https://fonts.googleapis.com/css?family=Lato:400,400i,700,700i|Nunito:400,700|Arimo&display=swap'); + body { background-color:#202020; }