Spaces:
Sleeping
Sleeping
Update styles.html
Browse files- styles.html +3 -3
styles.html
CHANGED
@@ -1,19 +1,19 @@
|
|
1 |
<style>
|
2 |
@font-face {
|
3 |
font-family: PermanentMarker;
|
4 |
-
src: url(PermanentMarker-Regular.ttf);
|
5 |
}
|
6 |
|
7 |
@font-face {
|
8 |
font-family: "Open Sans";
|
9 |
-
src: url(
|
10 |
}
|
11 |
|
12 |
.title {
|
13 |
font-family: "Montserrat", sans-serif;
|
14 |
color: #000000;
|
15 |
font-size: 28px;
|
16 |
-
margin:
|
17 |
padding: 0px;
|
18 |
}
|
19 |
|
|
|
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;
|
17 |
padding: 0px;
|
18 |
}
|
19 |
|