chore(release)

This commit is contained in:
Bamboo 2021-10-14 23:23:23 +02:00
parent b8b67ec8f2
commit 35131f4295
3 changed files with 13 additions and 17 deletions

View File

@ -1,6 +1,6 @@
{
"name": "redaction",
"version": "2.286.0",
"version": "2.287.0",
"private": true,
"license": "MIT",
"scripts": {

Binary file not shown.

View File

@ -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;