Skip to content

Commit

Permalink
Add Princeton shield logo to icon font
Browse files Browse the repository at this point in the history
  • Loading branch information
eliotjordan committed Nov 14, 2014
1 parent c51519b commit 22730ee
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 19 deletions.
Binary file modified app/assets/fonts/geoblacklight.eot
Binary file not shown.
53 changes: 34 additions & 19 deletions app/assets/fonts/geoblacklight.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/assets/fonts/geoblacklight.ttf
Binary file not shown.
Binary file modified app/assets/fonts/geoblacklight.woff
Binary file not shown.
3 changes: 3 additions & 0 deletions app/assets/stylesheets/geoblacklight/modules/icons.css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
.geoblacklight-paper-map:before,
.geoblacklight-point:before,
.geoblacklight-polygon:before,
.geoblacklight-princeton:before,
.geoblacklight-raster:before,
.geoblacklight-stanford:before,
.geoblacklight-tufts:before {
Expand All @@ -59,6 +60,7 @@
.geoblacklight-paper-map:before { content: "\f110"; }
.geoblacklight-point:before { content: "\f109"; }
.geoblacklight-polygon:before { content: "\f107"; }
.geoblacklight-princeton:before { content: "\f111"; }
.geoblacklight-raster:before { content: "\f10d"; }
.geoblacklight-stanford:before { content: "\f102"; }
.geoblacklight-tufts:before { content: "\f105"; }
Expand All @@ -72,6 +74,7 @@ $font-geoblacklight-mit: "\f104";
$font-geoblacklight-paper-map: "\f110";
$font-geoblacklight-point: "\f109";
$font-geoblacklight-polygon: "\f107";
$font-geoblacklight-princeton: "\f111";
$font-geoblacklight-raster: "\f10d";
$font-geoblacklight-stanford: "\f102";
$font-geoblacklight-tufts: "\f105";

0 comments on commit 22730ee

Please sign in to comment.