qfuxa commited on
Commit
7643321
·
1 Parent(s): 2c4b57c

update font

Browse files
Files changed (1) hide show
  1. web/live_transcription.html +1 -1
web/live_transcription.html CHANGED
@@ -7,7 +7,7 @@
7
  <title>Audio Transcription</title>
8
  <style>
9
  body {
10
- font-family: 'Inter', sans-serif;
11
  margin: 20px;
12
  text-align: center;
13
  }
 
7
  <title>Audio Transcription</title>
8
  <style>
9
  body {
10
+ font-family: ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
11
  margin: 20px;
12
  text-align: center;
13
  }