update font
Browse files
web/live_transcription.html
CHANGED
|
@@ -7,7 +7,7 @@
|
|
| 7 |
<title>Audio Transcription</title>
|
| 8 |
<style>
|
| 9 |
body {
|
| 10 |
-
font-family:
|
| 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 |
}
|