diff --git a/app/views/checkout/_billing.html.haml b/app/views/checkout/_billing.html.haml
index dc48eadbe2..d1a0e589f0 100644
--- a/app/views/checkout/_billing.html.haml
+++ b/app/views/checkout/_billing.html.haml
@@ -4,9 +4,9 @@
%h5{"ng-class" => "{valid: billing.$valid, dirty: details.$dirty}"}
%span.right
%label.label.round.alert
- %i.fi-x
+ %i.ofn-i_009-close
%label.label.round.success
- %i.fi-check
+ %i.ofn-i_051-check-big
Billing info
%accordion-group{"is-open" => "accordion.billing",
@@ -19,9 +19,9 @@
{{ summary() | printArray }}
.small-1.columns.right
%span.accordion-up.right
- %i.fi-arrow-up
+ %i.ofn-i_006-caret-up
%span.accordion-down.right
- %i.fi-arrow-down
+ %i.ofn-i_005-caret-down
= f.fields_for :bill_address, @order.bill_address do |ba|
.row