Skip to content

Commit

Permalink
trying to get the Egypt font to show up
Browse files Browse the repository at this point in the history
  • Loading branch information
tsabend committed Jan 8, 2015
1 parent 4ae0309 commit 288ad31
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 0 additions & 1 deletion public/css/zest.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

@import url(//fonts.googleapis.com/css?family=Open+Sans+Condensed:300);
@import url(//fonts.googleapis.com/css?family=Amatic+SC);
@import url(public/Egypt 22.ttf);

body {
background-color: #F4F4F4;
Expand Down
4 changes: 4 additions & 0 deletions views/zest.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
<link href="bower_components/basscss/css/basscss.min.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="/css/zest.css">
<script src="bower_components/jquery/dist/jquery.js"></script>
<style>
@import url(/Egypt 22.ttf);
</style>

<title>ZEST</title>
</head>
Expand Down Expand Up @@ -49,6 +52,7 @@ <h2>Score</h2>
</div>
<!-- Hint Modal -->
<div data-hint class="modal center invisible">
<button data-esc class="right button-gray rounded">x</button>
<h1>Hint!</h1>
<h2>The first card in the next set is:</h2>
<div data-hintText style="margin:auto;width:160px;"></div>
Expand Down

0 comments on commit 288ad31

Please sign in to comment.