Wed, 26 Feb 2020 00:22:33 -0700
- New font linking style
- Fix favicon on local FS
site/about.html | file | annotate | diff | comparison | revisions | |
site/features.html | file | annotate | diff | comparison | revisions | |
site/features_tools.html | file | annotate | diff | comparison | revisions | |
site/font.css | file | annotate | diff | comparison | revisions | |
site/home.html | file | annotate | diff | comparison | revisions | |
site/style.css | file | annotate | diff | comparison | revisions |
--- 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 @@ <meta name="viewport" content="width=device-width"> <meta name="description" content="Source 2 Documentation"> <link rel="stylesheet" href="style.css"> - <link rel="icon" type="image/png" href="/s2favicon.png"> + <link rel="stylesheet" href="font.css"> + <link rel="icon" type="image/png" href="s2favicon.png"> <title>Source 2 Documentation Project</title> - - <!--Fonts--> - <link href="https://fonts.googleapis.com/css?family=Lato:400,400i,700,700i&display=swap" rel="stylesheet"> - <link href="https://fonts.googleapis.com/css?family=Nunito:400,700&display=swap" rel="stylesheet"> - <link href="https://fonts.googleapis.com/css?family=Arimo&display=swap" rel="stylesheet"> </head> <body>
--- 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 @@ <meta name="viewport" content="width=device-width"> <meta name="description" content="Source 2 Documentation"> <link rel="stylesheet" href="style.css"> - <link rel="icon" type="image/png" href="/s2favicon.png"> + <link rel="stylesheet" href="font.css"> + <link rel="icon" type="image/png" href="s2favicon.png"> <title>Source 2 Documentation Project</title> - - <!--Fonts--> - <link href="https://fonts.googleapis.com/css?family=Lato:400,400i,700,700i&display=swap" rel="stylesheet"> - <link href="https://fonts.googleapis.com/css?family=Nunito:400,700&display=swap" rel="stylesheet"> - <link href="https://fonts.googleapis.com/css?family=Arimo&display=swap" rel="stylesheet"> </head> <body>
--- 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 @@ <meta name="viewport" content="width=device-width"> <meta name="description" content="Source 2 Documentation"> <link rel="stylesheet" href="style.css"> - <link rel="icon" type="image/png" href="/s2favicon.png"> + <link rel="stylesheet" href="font.css"> + <link rel="icon" type="image/png" href="s2favicon.png"> <title>Source 2 Documentation Project</title> - - <!--Fonts--> - <link href="https://fonts.googleapis.com/css?family=Lato:400,400i,700,700i&display=swap" rel="stylesheet"> - <link href="https://fonts.googleapis.com/css?family=Nunito:400,700&display=swap" rel="stylesheet"> - <link href="https://fonts.googleapis.com/css?family=Arimo&display=swap" rel="stylesheet"> </head> <body>
--- /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
--- 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 @@ <meta name="viewport" content="width=device-width"> <meta name="description" content="Source 2 Documentation"> <link rel="stylesheet" href="style.css"> - <link rel="icon" type="image/png" href="/s2favicon.png"> + <link rel="stylesheet" href="font.css"> + <link rel="icon" type="image/png" href="s2favicon.png"> <title>Source 2 Documentation Project</title> - - <!--Fonts--> - <link href="https://fonts.googleapis.com/css?family=Lato:400,400i,700,700i&display=swap" rel="stylesheet"> - <link href="https://fonts.googleapis.com/css?family=Nunito:400,700&display=swap" rel="stylesheet"> - <link href="https://fonts.googleapis.com/css?family=Arimo&display=swap" rel="stylesheet"> </head> <body>