Skip to content

Commit 4a92b6e

Browse files
ryankshawcodekitchen
authored andcommitted
update icon font file to newest version
Added icon font character for printer and bookmark Added icon fonts for existing comment and graded icons Change-Id: Iaf087956cb81c7ce1275fff5620140105ff751d6 Reviewed-on: https://gerrit.instructure.com/15813 Tested-by: Jenkins <[email protected]> Tested-by: Chris Hart <[email protected]> Reviewed-by: Ryan Shaw <[email protected]>
1 parent f9b8bd5 commit 4a92b6e

File tree

6 files changed

+6
-4
lines changed

6 files changed

+6
-4
lines changed

app/stylesheets/blue/_icons.scss

+2-1
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,8 @@ a[class*=icon-], a[class^=icon-] {
177177
.icon-materials-required:before { content: "\c5" }
178178
.icon-not-graded:before { content: "\c9" }
179179
.icon-peer-graded:before { content: "\64" }
180-
.icon-bookmark:before { content: "\d3" }
180+
.icon-bookmark:before { content: "\ee" }
181+
.icon-printer:before { content: "\d4" }
181182

182183
// utility class for when you want a standalone icon, and want its function to be read aloud by
183184
// screen readers. Should only ever be an issue when an icon- class is used with a link.

app/views/info/styleguide.html.erb

+1
Original file line numberDiff line numberDiff line change
@@ -373,6 +373,7 @@
373373
<span class="demo-icons"><i class="icon-not-graded"></i> icon-not-graded</span>
374374
<span class="demo-icons"><i class="icon-peer-graded"></i> icon-peer-graded</span>
375375
<span class="demo-icons"><i class="icon-bookmark"></i> icon-bookmark</span>
376+
<span class="demo-icons"><i class="icon-printer"></i> icon-printer</span>
376377

377378

378379

public/font/canvas/canvas-webfont.eot

-288 Bytes
Binary file not shown.

public/font/canvas/canvas-webfont.svg

+3-3
Loading

public/font/canvas/canvas-webfont.ttf

-496 Bytes
Binary file not shown.
-288 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)