test content security policy header modification

This commit is contained in:
Conrad
2021-06-19 11:38:20 -04:00
parent ba04963788
commit 362c605bad
2 changed files with 2 additions and 1 deletions

View File

@@ -51,7 +51,7 @@ const renderCard = (body: LanyardTypes.Root, params: Parameters): any => {
inset: 0;
background-color: #1a1c1f;
color: #fff;
font-family: 'Century Gothic';
font-family: 'Century Gothic', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
font-size: 16px;
display: flex;
flex-direction: column;