Skip to content

Commit ddb932f

Browse files
committed
remove resources/ submodules, change event font to outlier
1 parent 32f6d58 commit ddb932f

File tree

6 files changed

+6
-8
lines changed

6 files changed

+6
-8
lines changed

assets/css/all.css

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
@font-face{
2-
font-family: arki;
3-
src:url('../fonts/Arkitech Light.ttf');
4-
}
5-
@font-face{
62
font-family: antipas;
73
src:url('../fonts/Antipasto_regular.otf');
84
}
@@ -19,6 +15,10 @@ src:url(../fonts/AgencyFB.ttf) format("truetype");
1915
font-family:bebas;
2016
src:url(../fonts/BebasNeue.ttf) format("truetype");
2117
}
18+
@font-face {
19+
font-family:outlier;
20+
src:url(../fonts/Outlier.ttf) format("truetype");
21+
}
2222

2323
html, body, div, span, applet, object, iframe,
2424
h1, h2, h3, h4, h5, h6, p, blockquote, pre,

assets/css/eventsmain.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,8 @@ margin-bottom:4em;
121121
font-size: 0.9em;
122122
}
123123
.base-event-details h2{
124-
font-family: arki;
125-
font-weight:400;
124+
font-family: outlier;
125+
font-weight:light;
126126
text-align:center;
127127
font-size:1.8em;
128128
line-height:2.0em;

assets/fonts/Arkitech Light.ttf

-64.3 KB
Binary file not shown.

assets/fonts/Outlier.ttf

61.1 KB
Binary file not shown.

resources/minify

-1
This file was deleted.

resources/path-converter

-1
This file was deleted.

0 commit comments

Comments
 (0)