Skip to content

Commit

Permalink
remove Gotham from available fonts, we will use GothamSSm.css
Browse files Browse the repository at this point in the history
  • Loading branch information
jjelosua committed Aug 17, 2017
1 parent 3d0d530 commit 3aa8db3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions templates/_fonts.html
Expand Up @@ -3,14 +3,12 @@
<script>
var urls = [
'http://s.npr.org/templates/css/fonts/GothamSSm.css',
'http://s.npr.org/templates/css/fonts/Gotham.css',
'http://s.npr.org/templates/css/fonts/Knockout.css'
];

if (window.location.protocol == "https:") {
urls = [
'https://s.npr.org/templates/css/fonts/GothamSSm.css',
'https://s.npr.org/templates/css/fonts/Gotham.css',
'https://s.npr.org/templates/css/fonts/Knockout.css'
];
}
Expand All @@ -19,7 +17,6 @@
custom: {
families: [
'Gotham SSm:n4,n7',
'Gotham:n4,n7',
'Knockout 31 4r:n4'
],
urls: urls
Expand Down

0 comments on commit 3aa8db3

Please sign in to comment.