body {
  font-family: 'Linux Libertine';
}
@font-face {
  font-family: LinuxLibertine; /* set name */
  src: url(/LinLibertine_R.otf); /* url of the font */
}
 body {
   background-color: Aqua;
   } 