@font-face {
font-family: Ubuntu;
src: url(Ubuntu/Ubuntu-Regular.ttf);
}

@font-face {
font-family: Ubuntu;
src: url(Ubuntu/Ubuntu-Bold.ttf);
font-weight: bold;
}

body {
color: #333333;
font-family: Ubuntu;
font-size: 200%;
padding-left: 1em;
background: #ffffff;
}
