Browse Source

Update style.css

Daniele Bonini (皮夕): WebDev and DevOps by lots of Sim.pli.city bits 2 years ago
parent
commit
f580308cf8
1 changed files with 1 additions and 4 deletions
  1. 1 4
      Public/css/style.css

+ 1 - 4
Public/css/style.css

@@ -32,12 +32,9 @@
  * @copyrights (c) 2016, 2024, the Open Gallery's contributors     
  * @license https://opensource.org/licenses/BSD-3-Clause 
  */
-@import url('https://fonts.googleapis.com/css?family=Indie+Flower&display=swap');
-@import url('https://fonts.googleapis.com/css?family=Press+Start+2P&display=swap');
+@import url('https://fonts.googleapis.com/css?family=Bungee Hairline&display=swap');
 
 body {
-  font-family: 'Indie Flower', cursive;
-/*  background-color: #068cea;*/
   background-color:lightgray;
   margin:0 0 0 0;
 }