6 lines
167 B
CSS
6 lines
167 B
CSS
@font-face {
|
|
font-family: 'Chicago Plain';
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
src: local('Chicago Plain'), url('Chicago.woff') format('woff');
|
|
}
|