7 lines
167 B
CSS
7 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');
|
||
|
}
|