chore(release)
This commit is contained in:
parent
b8b67ec8f2
commit
35131f4295
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "redaction",
|
||||
"version": "2.286.0",
|
||||
"version": "2.287.0",
|
||||
"private": true,
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
|
||||
Binary file not shown.
@ -1,32 +1,28 @@
|
||||
@charset "UTF-8";
|
||||
@font-face {
|
||||
font-family: "OpenSans Extrabold";
|
||||
src: url("../../fonts/OpenSans-ExtraBold.ttf") format("truetype");
|
||||
}
|
||||
@font-face {
|
||||
font-family: "Inter";
|
||||
font-family: "OpenSans";
|
||||
font-weight: 300;
|
||||
src: url("../../fonts/Inter-VariableFont.ttf") format("truetype");
|
||||
src: url("../fonts/OpenSans-VariableFont.ttf") format("truetype");
|
||||
}
|
||||
@font-face {
|
||||
font-family: "Inter";
|
||||
font-family: "OpenSans";
|
||||
font-weight: 400;
|
||||
src: url("../../fonts/Inter-VariableFont.ttf") format("truetype");
|
||||
src: url("../fonts/OpenSans-VariableFont.ttf") format("truetype");
|
||||
}
|
||||
@font-face {
|
||||
font-family: "Inter";
|
||||
font-family: "OpenSans";
|
||||
font-weight: 500;
|
||||
src: url("../../fonts/Inter-VariableFont.ttf") format("truetype");
|
||||
src: url("../fonts/OpenSans-VariableFont.ttf") format("truetype");
|
||||
}
|
||||
@font-face {
|
||||
font-family: "Inter";
|
||||
font-family: "OpenSans";
|
||||
font-weight: 600;
|
||||
src: url("../../fonts/Inter-VariableFont.ttf") format("truetype");
|
||||
src: url("../fonts/OpenSans-VariableFont.ttf") format("truetype");
|
||||
}
|
||||
@font-face {
|
||||
font-family: "Inter";
|
||||
font-family: "OpenSans";
|
||||
font-weight: 700;
|
||||
src: url("../../font/Inter-VariableFont.ttf") format("truetype");
|
||||
src: url("../font/OpenSans-VariableFont.ttf") format("truetype");
|
||||
}
|
||||
.portal-header {
|
||||
z-index: 1;
|
||||
@ -654,7 +650,7 @@ main ul {
|
||||
body {
|
||||
color: #283241;
|
||||
background-color: #f5f5f7;
|
||||
font-family: "Inter", sans-serif;
|
||||
font-family: "OpenSans", sans-serif;
|
||||
scrollbar-color: var(--iqser-quick-filter-border) var(--iqser-grey-2);
|
||||
scrollbar-width: thin;
|
||||
/* Track */
|
||||
@ -669,7 +665,7 @@ body h6,
|
||||
body p,
|
||||
body pre {
|
||||
margin: 0;
|
||||
font-family: "Inter", sans-serif;
|
||||
font-family: "OpenSans", sans-serif;
|
||||
}
|
||||
body::-webkit-scrollbar {
|
||||
width: 11px;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user