diff projects.html @ 57:ac1900c0e376

html: Remove CSP and use local files Also I changed the font from Source Sans 3 to Helvetica
author Paper <mrpapersonic@gmail.com>
date Mon, 19 Dec 2022 18:18:57 -0500
parents c95a96b61d9a
children e6c574c6f8e0
line wrap: on
line diff
--- a/projects.html	Mon Dec 19 17:54:07 2022 -0500
+++ b/projects.html	Mon Dec 19 18:18:57 2022 -0500
@@ -2,14 +2,12 @@
 <head>
 	<title>Projects - Paper's website</title>
 	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-	<meta http-equiv="Content-Security-Policy" content="default-src 'self' https://fonts.gstatic.com; style-src 'self' 'nonce-paper-web-inline' https://maxcdn.bootstrapcdn.com https://fonts.googleapis.com; img-src data:; script-src 'nonce-paper-web-inline'">
 	<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
     <link href="https://maxcdn.bootstrapcdn.com/bootstrap/2.3.2/css/bootstrap.min.css" rel="stylesheet" media="screen">
     <link rel="shortcut icon" type="image/x-icon" href="favicon.ico?">
 	<style nonce="paper-web-inline">
-		@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:wght@300&display=swap');
 		.navbar {
-			font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
+			/* font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; */
 			text-align: left; /* Override body text align */
 			box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
 		}
@@ -21,13 +19,14 @@
 			background-size: cover;
 			background: url("blueforest.png") no-repeat center center fixed;
 			color: white;
-			font-family: 'Source Sans 3', sans-serif;
+			font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
 			text-align: center;
-			text-shadow: 5px 0 10px rgba(0, 0, 0, 0.5);
+			text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.6);
 		}
 		div.box {
 			background-color: rgba(0, 128, 0, 0.5);
 			box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5) inset;
+			text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.4);
 			color: white;
 			left: 0;
 			margin: 1% auto;