diff --git a/src/styles/app.css b/src/styles/app.css index 77a5943..8eecd41 100644 --- a/src/styles/app.css +++ b/src/styles/app.css @@ -3,12 +3,12 @@ @tailwind utilities; @font-face { - font-family: 'Manop'; - src: url('/fonts/Manop.otf') format('opentype'); + font-family: 'Manop'; + src: url('/fonts/Manop.otf') format('opentype'); } @layer base { - * { - font-family: 'Manop', sans-serif; - } -} \ No newline at end of file + * { + font-family: 'Manop', sans-serif; + } +}