diff --git a/htdocs/css/openwebrx.css b/htdocs/css/openwebrx.css index b96371d8..93b26dbc 100644 --- a/htdocs/css/openwebrx.css +++ b/htdocs/css/openwebrx.css @@ -322,7 +322,9 @@ input[type=range]:disabled { @font-face { font-family: 'roboto-mono'; - src: url('../fonts/RobotoMono-Regular.ttf'); + src: url('../fonts/RobotoMono-Regular.woff2') format('woff2'), + url('../fonts/RobotoMono-Regular.woff') format('woff'), + url('../fonts/RobotoMono-Regular.ttf') format('truetype'); font-weight: normal; font-style: normal; } diff --git a/htdocs/fonts/RobotoMono-Regular.ttf b/htdocs/fonts/RobotoMono-Regular.ttf index 5919b5d1..7c4ce36a 100644 Binary files a/htdocs/fonts/RobotoMono-Regular.ttf and b/htdocs/fonts/RobotoMono-Regular.ttf differ diff --git a/htdocs/fonts/RobotoMono-Regular.woff b/htdocs/fonts/RobotoMono-Regular.woff new file mode 100644 index 00000000..1b805eaf Binary files /dev/null and b/htdocs/fonts/RobotoMono-Regular.woff differ diff --git a/htdocs/fonts/RobotoMono-Regular.woff2 b/htdocs/fonts/RobotoMono-Regular.woff2 new file mode 100644 index 00000000..dab25851 Binary files /dev/null and b/htdocs/fonts/RobotoMono-Regular.woff2 differ