14 lines
469 B
CSS
14 lines
469 B
CSS
@charset 'UTF-8';
|
|
|
|
@font-face {
|
|
font-family: 'Gotham Ultra';
|
|
src: url('../fonts/GothamUltra-Italic.eot');
|
|
src: url('../fonts/GothamUltra-Italic.eot?#iefix') format('embedded-opentype'),
|
|
url('../fonts/GothamUltra-Italic.woff2') format('woff2'),
|
|
url('../fonts/GothamUltra-Italic.woff') format('woff'),
|
|
url('../fonts/GothamUltra-Italic.svg#GothamUltra-Italic') format('svg');
|
|
font-weight: 900;
|
|
font-style: italic;
|
|
font-display: swap;
|
|
}
|