1
0
mirror of https://github.com/uetchy/namae.git synced 2025-10-14 23:22:19 +09:00

fix: js.org

This commit is contained in:
2022-03-10 13:13:53 +09:00
parent b861be6cd9
commit c8bfc0c33b
3 changed files with 4 additions and 8 deletions

View File

@@ -157,8 +157,7 @@ const modifiers: Modifier[] = [
const fontFamilies = [
`'Helvetica', sans-serif`,
`'Avenir', sans-serif`,
`'Times New Roman', serif`,
`monospace`,
`'Futura', sans-serif`,
`'Montserrat', sans-serif`,
];
@@ -312,7 +311,7 @@ const Item = styled.div<{ delay: number }>`
cursor: pointer;
font-weight: 600;
font-size: 1.7rem;
letter-spacing: -1px;
/* letter-spacing: -0.5px; */
border-bottom: 1px dashed black;
color: black;
overflow: hidden;