Skip to content

Commit eb0d4b7

Browse files
committed
Replace zurb icons with FontAwesome
1 parent f370b8a commit eb0d4b7

15 files changed

+1051
-178
lines changed

index.html

+4-5
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
<title>hexagonal.js • Poker Clock</title>
77
<link rel="stylesheet" href="release/css/normalize.css" />
88
<link rel="stylesheet" href="release/css/app.css" />
9-
<link rel="stylesheet" href="release/css/icons/general_foundicons.css">
109
<link rel="stylesheet" href="release/css/styles.css" />
1110
</head>
1211
<body>
@@ -27,10 +26,10 @@ <h4>Round length in minutes</h4>
2726
<div class="large-4 columns" data-element="round-length"></div>
2827
<div class="large-8 columns controls">
2928
<span data-tooltip class="has-tip" title="Add 1 minute">
30-
<i class="foundicon-plus" data-role="increase-round-length"></i>
29+
<i class="icon-plus" data-role="increase-round-length"></i>
3130
</span>
3231
<span data-tooltip class="has-tip" title="Sub 1 minute">
33-
<i class="foundicon-minus" data-role="decrease-round-length"></i>
32+
<i class="icon-minus" data-role="decrease-round-length"></i>
3433
</span>
3534
</div>
3635
</div>
@@ -46,9 +45,9 @@ <h4>Select blinds</h4>
4645
</div>
4746
<div data-element="main" class="main">
4847
<div class="row">
49-
<div class="large-6 columns">
48+
<div class="large-6 columns controls">
5049
<span data-tooltip class="has-tip" title="Restart">
51-
<i class="foundicon-refresh" data-role="restart"></i>
50+
<i class="icon-refresh" data-role="restart"></i>
5251
</span>
5352
</div>
5453
</div>

release/font/FontAwesome.otf

47.6 KB
Binary file not shown.

release/font/fontawesome-webfont.eot

24.8 KB
Binary file not shown.

release/font/fontawesome-webfont.svg

+284
Loading

release/font/fontawesome-webfont.ttf

53.8 KB
Binary file not shown.

release/font/fontawesome-webfont.woff

28.7 KB
Binary file not shown.

release/fonts/general_foundicons.eot

-15.4 KB
Binary file not shown.

release/fonts/general_foundicons.svg

-15
This file was deleted.

release/fonts/general_foundicons.ttf

-15.1 KB
Binary file not shown.

release/fonts/general_foundicons.woff

-9.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)