Skip to content

Commit 388acea

Browse files
committed
updating partial again
1 parent 2cd1bd1 commit 388acea

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

assets/custom.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,15 +58,15 @@
5858
font-style: normal;
5959
font-weight: 400;
6060
font-display: block;
61-
src: url("/fonts/fa-brands-400.woff2") format("woff2"),
62-
url("/fonts/fa-brands-400.ttf") format("truetype");
61+
src: url("/fonts/fontawesome-free/webfonts/fa-brands-400.woff2") format("woff2"),
62+
url("/fonts/fontawesome-free/webfonts/fa-brands-400.ttf") format("truetype");
6363
}
6464

6565
@font-face {
6666
font-family: "Font Awesome 6 Free";
6767
font-style: normal;
6868
font-weight: 900;
6969
font-display: block;
70-
src: url("/fonts/fa-solid-900.woff2") format("woff2"),
71-
url("/fonts/fa-solid-900.ttf") format("truetype");
70+
src: url("/fonts/fontawesome-free/webfonts/fa-solid-900.woff2") format("woff2"),
71+
url("/fonts/fontawesome-free/webfonts/fa-solid-900.ttf") format("truetype");
7272
}

layouts/partials/head/metadata.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@
2020
{{ with .OutputFormats.Get "RSS" }}
2121
<link href="{{ .RelPermalink }}" rel="alternate" type="application/rss+xml" title="{{ $.Site.Title }}" />{{ end }}
2222
<!-- Custom Head Content with Font CSP -->
23-
<meta http-equiv="Content-Security-Policy" content="default-src *; img-src * blob: data:; style-src 'self' 'unsafe-inline'; script-src 'self' 'unsafe-inline' 'unsafe-eval' https://its-live.jpl.nasa.gov https://dap.digitalgov.gov">
23+
<meta http-equiv="Content-Security-Policy" content="default-src *; img-src * blob: data:; style-src 'self' 'unsafe-inline' https://cdnjs.cloudflare.com; script-src 'self' 'unsafe-inline' 'unsafe-eval' https://its-live.jpl.nasa.gov https://dap.digitalgov.gov">
2424
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css" integrity="sha512-iecdLmaskl7CVkqkXNQ/ZH/XLlvWZOJyj7Yy7tcenmpD1ypASozpmT/E0iPtmFIB46ZmdtAc9eNBvH0H/ZpiBw==" crossorigin="anonymous" referrerpolicy="no-referrer" />

0 commit comments

Comments
 (0)