15 lines
263 B
CSS
15 lines
263 B
CSS
|
|
@font-face {
|
|
font-family: 'clinton-semi-bold';
|
|
src: url('Clinton-semibold.ttf');
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'clinton-bold';
|
|
src: url('ClintonBold.ttf');
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'clinton-ex-bold';
|
|
src: url('ClintonExtraBold.ttf');
|
|
} |