diff --git a/src/components/TextsHighHZ.tsx b/src/components/TextsHighHZ.tsx index db7273c..fc658f4 100644 --- a/src/components/TextsHighHZ.tsx +++ b/src/components/TextsHighHZ.tsx @@ -7,7 +7,7 @@ import { colorsGraph } from './Perf' import * as THREE from 'three' import { customData, PerfUIProps } from '../typings' import { useEvent } from '@utsubo/events' -import localFont from '../roboto.woff' +import localFont from '../roboto-regular.woff' interface TextHighHZProps { metric?: string diff --git a/src/roboto-regular.woff b/src/roboto-regular.woff new file mode 100644 index 0000000..f6a5aff Binary files /dev/null and b/src/roboto-regular.woff differ diff --git a/src/roboto.woff b/src/roboto.woff deleted file mode 100644 index d6d148f..0000000 Binary files a/src/roboto.woff and /dev/null differ