Mercurial > web
diff music.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/music.html Mon Dec 19 17:54:07 2022 -0500 +++ b/music.html Mon Dec 19 18:18:57 2022 -0500 @@ -2,14 +2,11 @@ <head> <title>Music - 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' https://cdn.jsdelivr.net"> - <link href="https://maxcdn.bootstrapcdn.com/bootstrap/2.3.2/css/bootstrap.min.css" rel="stylesheet" media="screen"> + <link href="./css/bootstrap.min.css" rel="stylesheet" media="screen"> <link rel="shortcut icon" type="image/x-icon" href="favicon.ico?"> <meta name="viewport" content="width=device-width, initial-scale=1.0"/> <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; text-align: left; /* Override body text align */ box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5); } @@ -21,9 +18,9 @@ background-size: cover; background: url("forest.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.5); } div.box { background-color: rgba(0, 0, 0, 0.7);