change fonts to Atkinson Hyperlegible and a custom-built variant of Iosevka

This commit is contained in:
りき萌 2024-08-27 20:43:14 +02:00
parent ca25f27b4b
commit a3e5e8bd10
79 changed files with 24 additions and 19 deletions

View file

@ -201,6 +201,7 @@ rkgk-connection-status {
--border-radius: 4px;
display: flex;
align-items: center;
box-sizing: border-box;
width: fit-content;
@ -214,6 +215,8 @@ rkgk-connection-status {
padding: 4px 8px;
text-decoration: none;
line-height: 1;
&:hover {
background-color: var(--color-shaded-background);
}