
/* FONT IMPORT */
/*@import url('https://cdn.jsdelivr.net/gh/aaaakshat/cm-web-fonts@latest/fonts.css');*/

@font-face {
    font-family: blackletter;
    font-weight: bold;
    src: url("LOV.Liturgisch.ttf") format("opentype");
}

@font-face {
    font-family: blackletter;
    src: url("LOV.UnicodeFraktur.otf") format("opentype");
}

h1 {
  font-family: "blackletter";
  font-size: 50px;
}

h2 {
  font-family: "blackletter";
  font-size: 30px;
}

p {
  font-family: "blackletter";
}

.serif {
  font-family: "serif";
}

/*@font-face {*/
/*    font-family: blackletter;*/
/*    font-weight: bold;*/
/*    src: url("LOV.UnicodeFraktur.otf") format("opentype");*/
/*}*/


body {
  background-color: khaki;
}

/*h1 {*/
/*  color: white;*/
/*  text-align: center;*/
/*}*/

/*p {*/
/*  font-family: verdana;*/
/*  font-size: 20px;*/
/*}*/

