From 6734fe3be6900552af61b2f3f8e0a0b52197ddf4 Mon Sep 17 00:00:00 2001 From: Boy132 Date: Fri, 27 Sep 2024 21:38:30 +0200 Subject: [PATCH] Replace `fonts.googleapis.com` with `fonts.bunny.net` (#586) --- public/themes/panel/css/terminal.css | 2 +- resources/views/templates/wrapper.blade.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/public/themes/panel/css/terminal.css b/public/themes/panel/css/terminal.css index d2dc4d00f..c63db7a1d 100644 --- a/public/themes/panel/css/terminal.css +++ b/public/themes/panel/css/terminal.css @@ -1,5 +1,5 @@ /*Design for Terminal*/ -@import url('https://fonts.googleapis.com/css?family=Source+Code+Pro'); +@import url('https://fonts.bunny.net/css?family=Source+Code+Pro'); #terminal-body { background: rgb(26, 26, 26); diff --git a/resources/views/templates/wrapper.blade.php b/resources/views/templates/wrapper.blade.php index aba562c47..b3f436c6d 100644 --- a/resources/views/templates/wrapper.blade.php +++ b/resources/views/templates/wrapper.blade.php @@ -27,8 +27,8 @@ @endif @show @yield('assets')