blob: d2554a9846e25e86a47d300bf732d9f98fef2105 (
plain) (
tree)
|
|
@font-face {
font-family: 'terminus'; /*a name to be used later*/
src: url('/fonts/terminus.ttf'); /*URL to font*/
}
@font-face {
font-family: 'fixedsys'; /*a name to be used later*/
src: url('/fonts/FSEX300.ttf'); /*URL to font*/
}
header *{
display: inline-block;
vertical-align: middle;
}
.title {
font-size: 36px;
vertical-align: middle;
font-family: fixedsys;
}
body {
background-image: url("tile1.jpg");
background-repeat: repeat;
font-family: terminus;
}
.fst {
font-size: 150%;
}
.sec {
margin-left: 20px;
font-size: 150%;
}
|