mirror of
https://github.com/wishthis/wishthis.git
synced 2025-12-30 02:38:21 -05:00
8 lines
163 B
CSS
8 lines
163 B
CSS
@import url('subdir/imported.css');
|
|
|
|
@font-face {
|
|
font-family: 'Font';
|
|
src: url('lib/fonts/webfont.eot?v=4.0.0');
|
|
src: url('lib/fonts/webfont.eot');
|
|
}
|