Mooshie commited on
Commit
282307f
1 Parent(s): 31d3a00

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -4
README.md CHANGED
@@ -12,11 +12,11 @@ thumbnail: "https://huggingface.co/Mooshie/hairflap/blob/main/girl1.png"
12
  <head>
13
  <style>
14
  body {
15
- font-family: 'Roboto', sans-serif;
16
  text-align: center;
17
  margin: 0;
18
  padding: 0;
19
- }
20
  h1 {
21
  color: #0077cc;
22
  transition: color 0.5s ease-in-out, transform 0.4s ease-in-out;
@@ -57,7 +57,6 @@ thumbnail: "https://huggingface.co/Mooshie/hairflap/blob/main/girl1.png"
57
  display: block;
58
  }
59
  </style>
60
- <link href="https://fonts.googleapis.com/css?family=Roboto&display=swap" rel="stylesheet">
61
  </head>
62
  <body>
63
  <div class="container">
@@ -70,4 +69,4 @@ thumbnail: "https://huggingface.co/Mooshie/hairflap/blob/main/girl1.png"
70
  </div>
71
  </div>
72
  </body>
73
- </html>
 
12
  <head>
13
  <style>
14
  body {
15
+ font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', sans-serif;
16
  text-align: center;
17
  margin: 0;
18
  padding: 0;
19
+ }
20
  h1 {
21
  color: #0077cc;
22
  transition: color 0.5s ease-in-out, transform 0.4s ease-in-out;
 
57
  display: block;
58
  }
59
  </style>
 
60
  </head>
61
  <body>
62
  <div class="container">
 
69
  </div>
70
  </div>
71
  </body>
72
+ </html>