MohanadAfiffy commited on
Commit
f22e6de
·
verified ·
1 Parent(s): 33909f3

update the fonts urls

Browse files
Files changed (1) hide show
  1. styles.html +8 -7
styles.html CHANGED
@@ -1,16 +1,17 @@
 
 
 
 
 
 
1
  <style>
2
  @font-face {
3
  font-family: PermanentMarker;
4
- src: url(static/PermanentMarker-Regular.ttf);
5
- }
6
-
7
- @font-face {
8
- font-family: "Open Sans";
9
- src: url(static/OpenSans-Regular.ttf);
10
  }
11
 
12
  .title {
13
- font-family: "Montserrat", sans-serif;
14
  color: #000000;
15
  font-size: 28px;
16
  margin: 10px 0px 8px 0px;
 
1
+ <link rel="preconnect" href="https://fonts.googleapis.com">
2
+ <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
3
+ <link href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap" rel="stylesheet">
4
+ <link rel="preconnect" href="https://fonts.googleapis.com">
5
+ <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
6
+ <link href="https://fonts.googleapis.com/css2?family=Permanent+Marker&display=swap" rel="stylesheet">
7
  <style>
8
  @font-face {
9
  font-family: PermanentMarker;
10
+ src: url(PermanentMarker-Regular.ttf);
 
 
 
 
 
11
  }
12
 
13
  .title {
14
+ font-family: "Permanent Marker", sans-serif;
15
  color: #000000;
16
  font-size: 28px;
17
  margin: 10px 0px 8px 0px;