14 lines
314 B
CSS
14 lines
314 B
CSS
@font-face {
|
|
font-family: 'Fanwood Text';
|
|
src: url('FanwoodText-Regular.ttf') format('truetype');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Fanwood Text';
|
|
src: url('FanwoodText-Italic.ttf') format('truetype');
|
|
font-weight: normal;
|
|
font-style: italic;
|
|
}
|