numbers font adjustments

This commit is contained in:
torcado194 2022-09-18 15:53:28 -04:00
parent 8c773e46a6
commit 6aad3e583e
7 changed files with 19 additions and 14 deletions

View file

@ -28,7 +28,7 @@
}
@font-face {
font-family: 'Rubik';
font-family: 'Rubik-numbers';
font-style: normal;
font-weight: 600;
font-display: swap;
@ -329,11 +329,10 @@
background-color: var(--primaryColor);
border: 2px solid var(--backgroundColor);
border-radius: 20px;
font-family: 'Rubik';
font-family: 'Rubik-numbers';
font-weight: 600;
font-size: 14px;
text-align: center;
letter-spacing: -1px;
}
#controls {
@ -634,11 +633,10 @@
background-color: var(--primaryColor);
border: 2px solid var(--backgroundColor);
border-radius: 20px;
font-family: 'Rubik';
font-family: 'Rubik-numbers';
font-weight: 600;
font-size: 10px;
text-align: center;
letter-spacing: -1px;
}
.track.active.looped button:before {
border-color: var(--secondaryColor);;