diff options
Diffstat (limited to 'client-web/public')
| -rw-r--r-- | client-web/public/assets/style/master.css | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/client-web/public/assets/style/master.css b/client-web/public/assets/style/master.css index c6527b8..13f8f2f 100644 --- a/client-web/public/assets/style/master.css +++ b/client-web/public/assets/style/master.css @@ -3,7 +3,7 @@      which is licensed under the GNU Affero General Public License (version 3); see /COPYING.      Copyright (C) 2022 metamuffin <metamuffin@disroot.org>  */ -@import url("https://s.metamuffin.org/static/font-ubuntu/include.css"); +@import url("../font/include.css");  @import url("./logger.css");  @import url("./chat.css");  @import url("./room.css"); | 
