Skip to content

Commit

Permalink
switch from Source Code Pro to Noto Sans Symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
cleech committed Sep 6, 2023
1 parent cf0c6bd commit e491590
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<link rel="dns-prefetch" href="https://fonts.gstatic.com">
<link rel="preconnect" crossorigin="anonymous" href="https://fonts.googleapis.com">
<link rel="preconnect" crossorigin="anonymous" href="https://fonts.gstatic.com">
<link rel="stylesheet" crossorigin="anonymous" href="https://fonts.googleapis.com/css2?family=Comfortaa:wght@700&family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&family=IM+Fell+Great+Primer+SC&family=IM+Fell+Great+Primer:ital@0;1&family=Source+Sans+3&display=swap">
<link rel="stylesheet" crossorigin="anonymous" href="https://fonts.googleapis.com/css2?family=Comfortaa:wght@700&family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&family=IM+Fell+Great+Primer+SC&family=IM+Fell+Great+Primer:ital@0;1&family=Noto+Sans+Symbols+2&display=swap">
</head>
<body>
<div id="root"></div>
Expand Down
2 changes: 1 addition & 1 deletion src/components/CardBack.css
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ div.card-back.gbcp {
content: "◉ ";
font-style: normal;
font-weight: 400;
font-family: "Source Sans 3", sans-serif;
font-family: "Noto Sans Symbols 2", sans-serif;
}

.card-back .character-trait .trait > :first-child > :nth-child(2) {
Expand Down

0 comments on commit e491590

Please sign in to comment.