Merge pull request #93 from blockworks-foundation/mono-medium
Mono medium
This commit is contained in:
commit
317ba218d6
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue