UNPKG
@oletizi/audio-tools
Version:
alpha (1.0.0-alpha.39)
latest (1.0.0-alpha.39)
1.0.0-alpha.39
Monorepo for hardware sampler utilities and format parsers
@oletizi/audio-tools
/
modules
/
sampler-attic
/
src
/
web
/
ui
/
theme.ts
11 lines
(8 loc)
•
189 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
'use client'
;
import
{ createTheme }
from
'@mui/material/styles'
;
const
theme =
createTheme
({
typography
: {
fontFamily
:
'var(--font-roboto)'
, }, });
export
default
theme;