diff --git a/app/pages/project/instances/instance/InstancePage.tsx b/app/pages/project/instances/instance/InstancePage.tsx index 8e1a69ca3e..9736ad1bef 100644 --- a/app/pages/project/instances/instance/InstancePage.tsx +++ b/app/pages/project/instances/instance/InstancePage.tsx @@ -182,7 +182,7 @@ export function InstancePage() { {vpc ? ( {vpc.name} diff --git a/app/table/cells/LinkCell.tsx b/app/table/cells/LinkCell.tsx index 13e059663f..5e2b74227c 100644 --- a/app/table/cells/LinkCell.tsx +++ b/app/table/cells/LinkCell.tsx @@ -10,8 +10,7 @@ import { Link } from 'react-router-dom' import { classed } from '~/util/classed' -const linkClass = - 'link-with-underline group flex h-full w-full items-center text-sans-semi-md' +const linkClass = 'link-with-underline group flex h-full w-full items-center text-sans-md' /** Pushes out the link area to the entire cell for improved clickability™ */ const Pusher = classed.div`absolute inset-0 right-px group-hover:bg-raise` diff --git a/app/ui/assets/fonts/SuisseIntl-Book-WebS.woff b/app/ui/assets/fonts/SuisseIntl-Book-WebS.woff deleted file mode 100644 index 8629bb9a5b..0000000000 Binary files a/app/ui/assets/fonts/SuisseIntl-Book-WebS.woff and /dev/null differ diff --git a/app/ui/assets/fonts/SuisseIntl-Book-WebS.woff2 b/app/ui/assets/fonts/SuisseIntl-Book-WebS.woff2 deleted file mode 100644 index d1e24b85e1..0000000000 Binary files a/app/ui/assets/fonts/SuisseIntl-Book-WebS.woff2 and /dev/null differ diff --git a/app/ui/assets/fonts/SuisseIntl-Medium-WebS.woff b/app/ui/assets/fonts/SuisseIntl-Medium-WebS.woff new file mode 100644 index 0000000000..c68a5f6b54 Binary files /dev/null and b/app/ui/assets/fonts/SuisseIntl-Medium-WebS.woff differ diff --git a/app/ui/assets/fonts/SuisseIntl-Medium-WebS.woff2 b/app/ui/assets/fonts/SuisseIntl-Medium-WebS.woff2 new file mode 100644 index 0000000000..5d513472ab Binary files /dev/null and b/app/ui/assets/fonts/SuisseIntl-Medium-WebS.woff2 differ diff --git a/app/ui/lib/CopyableIp.tsx b/app/ui/lib/CopyableIp.tsx index 39841c77c3..291860f2b1 100644 --- a/app/ui/lib/CopyableIp.tsx +++ b/app/ui/lib/CopyableIp.tsx @@ -11,7 +11,7 @@ export const CopyableIp = ({ ip, isLinked = true }: { ip: string; isLinked?: boo {isLinked ? (