mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-19 23:24:46 +02:00
Replace fonts.googleapis.com
with fonts.bunny.net
(#586)
This commit is contained in:
parent
ff0cde5152
commit
6734fe3be6
@ -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);
|
||||
|
@ -27,8 +27,8 @@
|
||||
@endif
|
||||
@show
|
||||
<style>
|
||||
@import url('//fonts.googleapis.com/css?family=Rubik:300,400,500&display=swap');
|
||||
@import url('//fonts.googleapis.com/css?family=IBM+Plex+Mono|IBM+Plex+Sans:500&display=swap');
|
||||
@import url('//fonts.bunny.net/css?family=Rubik:300,400,500&display=swap');
|
||||
@import url('//fonts.bunny.net/css?family=IBM+Plex+Mono|IBM+Plex+Sans:500&display=swap');
|
||||
</style>
|
||||
|
||||
@yield('assets')
|
||||
|
Loading…
x
Reference in New Issue
Block a user