40 lines
892 B
CSS
40 lines
892 B
CSS
@font-face {
|
|
font-family: 'Gotham';
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
src: url(GothamSSm-Book.otf) format('opentype');
|
|
unicode-range: U+0-10FFFF;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Gotham Light';
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
src: url(GothamSSm-Light.otf) format('opentype');
|
|
unicode-range: U+0-10FFFF;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Gotham Medium';
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
src: url(GothamSSm-Medium.otf) format('opentype');
|
|
unicode-range: U+0-10FFFF;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Gotham Bold';
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
src: url(GothamSSm-Bold.otf) format('opentype');
|
|
unicode-range: U+0-10FFFF;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Gotham Black';
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
src: url(GothamSSm-Black.otf) format('opentype');
|
|
unicode-range: U+0-10FFFF;
|
|
}
|