Merge pull request #93 from blockworks-foundation/mono-medium

Mono medium
This commit is contained in:
saml33 2023-03-06 23:35:56 +11:00 committed by GitHub
commit 317ba218d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 2 additions and 32 deletions

Binary file not shown.

Binary file not shown.

View File

@ -4,7 +4,7 @@
@font-face {
font-family: 'TT Mono';
src: url('/fonts/TT_Commons_Pro_Mono_Regular.woff2') format('woff2');
src: url('/fonts/TT_Commons_Pro_Mono_Medium.woff2') format('woff2');
}
@font-face {
@ -15,7 +15,7 @@
@font-face {
font-family: 'TT Commons';
font-weight: normal;
src: url('/fonts/TT_Commons_Pro_Regular.woff2') format('woff2');
src: url('/fonts/TT_Commons_Pro_Normal.woff2') format('woff2');
}
@font-face {
@ -452,36 +452,6 @@ input[type='text'] {
-webkit-appearance: none;
}
/* Slider */
/* input[type='range']::-webkit-slider-thumb {
-webkit-appearance: none;
height: 18px;
width: 16px;
border-radius: 100%;
background: var(--active);
cursor: pointer;
margin-top: -1px; /* You need to specify a margin in Chrome, but in Firefox and IE it is automatic */
/* } */
/* All the same stuff for Firefox */
/* input[type='range']::-moz-range-thumb {
height: 18px;
width: 16px;
border-radius: 100%;
background: var(--active);
cursor: pointer;
} */
/* All the same stuff for IE */
/* input[type='range']::-ms-thumb {
height: 18px;
width: 16px;
border-radius: 100%;
background: var(--active);
cursor: pointer;
} */
/* Animations */
@keyframes sideways-bounce {