templates/style.css
branchv_0
changeset 30 841bec790da8
parent 29 5ed5b68408e4
child 53 f62393f88eab
equal deleted inserted replaced
29:5ed5b68408e4 30:841bec790da8
       
     1 @font-face {
       
     2 	font-family: "Sawasdee";
       
     3 	src: url("Sawasdee.woff");
       
     4 }
       
     5 
     1 body {
     6 body {
     2 	font-family: FreeSerif;
     7 	font-family: sans-serif;
     3 	font-size:  20px;
     8 	font-size:  18px;
     4 	background-color: white;
     9 	background-color: white;
     5 	color: black;
    10 	color: black;
     6 	text-align: center;
    11 	text-align: center;
     7 }
    12 }
     8 
    13