mirror of
https://github.com/mrclay/minify.git
synced 2025-02-24 08:52:50 +01:00
7 lines
137 B
CSS
7 lines
137 B
CSS
|
@font-face {
|
||
|
font-family: 'gzipper';
|
||
|
src: url(yanone.eot);
|
||
|
src: local('gzipper'),
|
||
|
url(yanone.ttf) format('truetype');
|
||
|
}
|