mirror of
https://github.com/Michatec/wk_wars2x.git
synced 2026-04-01 16:36:26 +02:00
21 lines
274 B
CSS
21 lines
274 B
CSS
@font-face {
|
|
font-family: "Seg-7";
|
|
src: url( "Segment7Standard.otf" );
|
|
}
|
|
|
|
.test {
|
|
width: 300px;
|
|
height: 200px;
|
|
|
|
background-color: #a0a0a0;
|
|
}
|
|
|
|
.test2 {
|
|
font-family: 'Seg7';
|
|
font-size: 72px;
|
|
|
|
padding: 0;
|
|
margin: 0;
|
|
|
|
background-color: #ff0000;
|
|
} |