body {
  font-family: 'Roboto', 'Optima', 'Candara', 'Calibri', 'Arial', sans-serif;
  text-align: justify;
}

code,pre {
  font-family: "Lucida Console", Monaco, monospace;
  font-size: 85%;
  line-height: 120%;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(../fonts/Roboto.ttf) format('truetype');
}
