Skip to content

Commit

Permalink
remove resources/ submodules, change event font to outlier
Browse files Browse the repository at this point in the history
  • Loading branch information
codez266 committed Dec 18, 2015
1 parent 32f6d58 commit ddb932f
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 8 deletions.
8 changes: 4 additions & 4 deletions assets/css/all.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
@font-face{
font-family: arki;
src:url('../fonts/Arkitech Light.ttf');
}
@font-face{
font-family: antipas;
src:url('../fonts/Antipasto_regular.otf');
}
Expand All @@ -19,6 +15,10 @@ src:url(../fonts/AgencyFB.ttf) format("truetype");
font-family:bebas;
src:url(../fonts/BebasNeue.ttf) format("truetype");
}
@font-face {
font-family:outlier;
src:url(../fonts/Outlier.ttf) format("truetype");
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
Expand Down
4 changes: 2 additions & 2 deletions assets/css/eventsmain.css
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,8 @@ margin-bottom:4em;
font-size: 0.9em;
}
.base-event-details h2{
font-family: arki;
font-weight:400;
font-family: outlier;
font-weight:light;
text-align:center;
font-size:1.8em;
line-height:2.0em;
Expand Down
Binary file removed assets/fonts/Arkitech Light.ttf
Binary file not shown.
Binary file added assets/fonts/Outlier.ttf
Binary file not shown.
1 change: 0 additions & 1 deletion resources/minify
Submodule minify deleted from cecee1
1 change: 0 additions & 1 deletion resources/path-converter
Submodule path-converter deleted from 95c549

0 comments on commit ddb932f

Please sign in to comment.