diff --git a/pkgs/webview-ui/app/src/components/Sidebar/index.tsx b/pkgs/webview-ui/app/src/components/Sidebar/index.tsx index 77797b8cd..73c26b385 100644 --- a/pkgs/webview-ui/app/src/components/Sidebar/index.tsx +++ b/pkgs/webview-ui/app/src/components/Sidebar/index.tsx @@ -19,20 +19,22 @@ export const SidebarSection = (props: { return ( diff --git a/pkgs/webview-ui/app/src/index.css b/pkgs/webview-ui/app/src/index.css index 7a76b751a..d19164796 100644 --- a/pkgs/webview-ui/app/src/index.css +++ b/pkgs/webview-ui/app/src/index.css @@ -11,11 +11,13 @@ font-weight: 400; src: url(../.fonts/ArchivoSemiCondensed-Regular.woff2) format("woff2"); } + @font-face { font-family: "Archivo"; font-weight: 500; src: url(../.fonts/ArchivoSemiCondensed-Medium.woff2) format("woff2"); } + @font-face { font-family: "Archivo"; font-weight: 600; @@ -73,10 +75,14 @@ html { overflow-x: hidden; overflow-y: hidden; - -webkit-user-select: none; /* Safari */ - -moz-user-select: none; /* Firefox */ - -ms-user-select: none; /* Internet Explorer/Edge */ - user-select: none; /* Standard */ + -webkit-user-select: none; + /* Safari */ + -moz-user-select: none; + /* Firefox */ + -ms-user-select: none; + /* Internet Explorer/Edge */ + user-select: none; + /* Standard */ } .accordeon { diff --git a/pkgs/webview-ui/app/src/layout/header.tsx b/pkgs/webview-ui/app/src/layout/header.tsx index 9f6d9915a..09ce17941 100644 --- a/pkgs/webview-ui/app/src/layout/header.tsx +++ b/pkgs/webview-ui/app/src/layout/header.tsx @@ -9,7 +9,7 @@ interface HeaderProps { } export const Header = (props: HeaderProps) => { return ( -