diff --git a/package.json b/package.json index 1822d5335..d74808f89 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "redaction", - "version": "2.286.0", + "version": "2.287.0", "private": true, "license": "MIT", "scripts": { diff --git a/paligo-theme.tar.gz b/paligo-theme.tar.gz index 2718e6dc3..794580786 100644 Binary files a/paligo-theme.tar.gz and b/paligo-theme.tar.gz differ diff --git a/paligo-theme/paligo-styles/redacto-theme.css b/paligo-theme/paligo-styles/redacto-theme.css index 4419e091b..a6388498e 100644 --- a/paligo-theme/paligo-styles/redacto-theme.css +++ b/paligo-theme/paligo-styles/redacto-theme.css @@ -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;