Skip to content

Commit acb0438

Browse files
committed
fonts have been fixed still needs improvement.
1 parent 41d83b4 commit acb0438

File tree

7 files changed

+25
-0
lines changed

7 files changed

+25
-0
lines changed
66.9 KB
Binary file not shown.
69.3 KB
Binary file not shown.
69.3 KB
Binary file not shown.
108 KB
Binary file not shown.
69.5 KB
Binary file not shown.

static/styles/fonts.css

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
@fontface{
2+
font-family: LiberationSans;
3+
src: url('../fonts/liberationSans/LiberationSans-Regular.ttf');
4+
}
5+
6+
@fontface{
7+
font-family: SpringSteel;
8+
src: url('../fonts/springSteel/SpringSteel-lig.otf');
9+
}
10+
11+
h3{
12+
font-family: SpringSteel,sans-serif;
13+
}
14+
15+
h1{
16+
font-family: LiberationSans,sans-serif;
17+
}
18+
19+
h4{
20+
font-family: SpringSteel,sans-serif;
21+
}

static/styles/splash.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
body{
2+
background-image: url('../images/splash/test.gif');
3+
background-size: cover;
4+
}

0 commit comments

Comments
 (0)