Skip to content

Commit

Permalink
Merge pull request #353 from cfpb/ans_remove_cfpb_icon_font
Browse files Browse the repository at this point in the history
Remove legacy cfpb-icon-font CSS references
  • Loading branch information
anselmbradford committed Jun 12, 2019
2 parents 918bd2a + c2d1f0e commit bae699f
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 14 deletions.
3 changes: 0 additions & 3 deletions paying_for_college/templates/choose_a_loan.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@
{% block page_css %}
<link href="{% static "paying_for_college/choosealoan/css/guides.css" %}" rel="stylesheet" media="screen">
<link href="{% static "paying_for_college/choosealoan/css/print.css" %}" rel="stylesheet" media="print">
<!--[if IE 7]>
<link rel="stylesheet" id="cfpb_icon_font_ie7-css" href="/wp-content/themes/cfpb_nemo/_/cfpb-icon-font/css/icons-ie7.css?ver=all" type="text/css" media="all" />
<![endif]-->
{% endblock %}

{% block body_class %}page paying-for-college{% endblock %}
Expand Down
3 changes: 0 additions & 3 deletions paying_for_college/templates/landing.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@

{% block page_css %}
<link rel="stylesheet" href="{% static "paying_for_college/landing/css/landing.css" %}">
<!--[if IE 7]>
<link rel="stylesheet" id="cfpb_icon_font_ie7-css" href="/wp-content/themes/cfpb_nemo/_/cfpb-icon-font/css/icons-ie7.css?ver=all" type="text/css" media="all" />
<![endif]-->
{% endblock %}

{% block content %}
Expand Down
4 changes: 0 additions & 4 deletions paying_for_college/templates/manage_your_money.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@
{% block page_css %}
<link href="{% static "paying_for_college/choosealoan/css/guides.css" %}" rel="stylesheet" media="screen">
<link href="{% static "paying_for_college/choosealoan/css/print.css" %}" rel="stylesheet" media="print">
<link rel="stylesheet" id="cfpb_icon_font-css" href="/wp-content/themes/cfpb_nemo/_/cfpb-icon-font/css/icons.css?ver=all" type="text/css" media="all">
<!--[if IE 7]>
<link rel="stylesheet" id="cfpb_icon_font_ie7-css" href="/wp-content/themes/cfpb_nemo/_/cfpb-icon-font/css/icons-ie7.css?ver=all" type="text/css" media="all" />
<![endif]-->
{% endblock %}

{% block body_class %}page paying-for-college{% endblock %}
Expand Down
4 changes: 0 additions & 4 deletions paying_for_college/templates/repay_student_debt.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@

{% block page_css %}
<link href="{% static "paying_for_college/repaystudentdebt/css/repay.css" %}" rel="stylesheet">
<link rel='stylesheet' id='cfpb_icon_font-css' href="/wp-content/themes/cfpb_nemo/_/cfpb-icon-font/css/icons.css?ver=all" type="text/css" media="all">
<!--[if IE 7]>
<link rel="stylesheet" id="cfpb_icon_font_ie7-css" href="/wp-content/themes/cfpb_nemo/_/cfpb-icon-font/css/icons-ie7.css?ver=all" type="text/css" media="all" />
<![endif]-->
{% endblock %}

{% block analytics_js %}
Expand Down

0 comments on commit bae699f

Please sign in to comment.