소스 검색

Update style.css

Daniele Bonini (皮夕): WebDev and DevOps by lots of Sim.pli.city bits 2 년 전
부모
커밋
f580308cf8
1개의 변경된 파일1개의 추가작업 그리고 4개의 파일을 삭제
  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;
 }