- Actually fix Arimo remote font

Wed, 26 Feb 2020 00:06:06 -0700

author
Glitchvid <Glitchvid@glitchvid.com>
date
Wed, 26 Feb 2020 00:06:06 -0700
changeset 13
29c252b93909
parent 12
0f4c203ec467
child 14
e61659f0b0be

- Actually fix Arimo remote font

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/home.html file | annotate | diff | comparison | revisions
site/style.css file | annotate | diff | comparison | revisions
--- a/site/about.html	Wed Feb 26 00:03:21 2020 -0700
+++ b/site/about.html	Wed Feb 26 00:06:06 2020 -0700
@@ -11,6 +11,7 @@
 	<!--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:03:21 2020 -0700
+++ b/site/features.html	Wed Feb 26 00:06:06 2020 -0700
@@ -11,6 +11,7 @@
 	<!--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:03:21 2020 -0700
+++ b/site/features_tools.html	Wed Feb 26 00:06:06 2020 -0700
@@ -11,6 +11,7 @@
 	<!--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/home.html	Wed Feb 26 00:03:21 2020 -0700
+++ b/site/home.html	Wed Feb 26 00:06:06 2020 -0700
@@ -11,6 +11,7 @@
 	<!--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/style.css	Wed Feb 26 00:03:21 2020 -0700
+++ b/site/style.css	Wed Feb 26 00:06:06 2020 -0700
@@ -182,6 +182,3 @@
 img.mediaImage {
 	max-width: 100%;
 }
-
-/* External Fonts */
-@import url('https://fonts.googleapis.com/css?family=Arimo:400,700&display=swap');
\ No newline at end of file

mercurial