numbers font adjustments
This commit is contained in:
parent
8c773e46a6
commit
6aad3e583e
7 changed files with 19 additions and 14 deletions
|
@ -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);;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue