blob: f951366adc2bd26f6c7a199db02acc421b3b0e60 [file] [log] [blame]
@font-face {
font-family: 'networkfont';
src: url('../test_font.ttf');
}
body {
background-color: white;
color: navy;
font-family: 'networkfont';
}
img {
width: 500px;
height: 500px;
background-color: black;
}