Newer
Older
minerva / Tests / LibWeb / Layout / input / css-imported-sheet-with-media-rule.html
@minerva minerva on 13 Jul 111 bytes Initial commit
<style>
@import "css-imported-sheet-with-media-rule.css";
* {
    font-family: 'MinervaSans';
}
</style>
Crazy