diff --git a/public/css/all-app.css b/public/css/all-app.css index fd301836ae..cee69581b4 100644 --- a/public/css/all-app.css +++ b/public/css/all-app.css @@ -3322,10 +3322,10 @@ div.appframe-toolbar { } @font-face { - font-family: 'Satisfy'; + font-family: 'Oleo Script'; font-style: normal; font-weight: 400; - src: local('Satisfy'), url('fonts/satisfy.woff') format('woff'); + src: local('Oleo Script'), local('OleoScript-Regular'), url('fonts/oleoscript.woff') format('woff'); } /* diff --git a/public/css/all-web.css b/public/css/all-web.css index 25b55fc5f3..da1258a356 100644 --- a/public/css/all-web.css +++ b/public/css/all-web.css @@ -2317,10 +2317,10 @@ div.dialog_row table td textarea { } @font-face { - font-family: 'Satisfy'; + font-family: 'Oleo Script'; font-style: normal; font-weight: 400; - src: local('Satisfy'), url('fonts/satisfy.woff') format('woff'); + src: local('Oleo Script'), local('OleoScript-Regular'), url('fonts/oleoscript.woff') format('woff'); } /* diff --git a/public/css/fonts/oleoscript.woff b/public/css/fonts/oleoscript.woff new file mode 100644 index 0000000000..feb3f96621 Binary files /dev/null and b/public/css/fonts/oleoscript.woff differ diff --git a/public/css/fonts/satisfy.woff b/public/css/fonts/satisfy.woff deleted file mode 100644 index af1e8d8dc8..0000000000 Binary files a/public/css/fonts/satisfy.woff and /dev/null differ