/* -- code to use Gotham font-family in theme -- */
@font-face {
font-family: 'Gotham';
src: url('{{ "Gotham.eot" | asset_url }}');
src: url('{{ "Gotham.eot" | asset_url }}#iefix') format("embedded-opentype"),
url('{{ "Gotham.woff" | asset_url }}') format("woff"),
url('{{ "Gotham.woff2" | asset_url }}') format("woff2"),
url('{{ "Gotham.svg" | asset_url }}#GothamBold') format("svg");
font-weight: normal;
font-style: normal;
} /* - end - */