m
no edit summary
add .smallcaps
mNo edit summary
 
(35 intermediate revisions by the same user not shown)
Line 5: Line 5:
   font-family: ckai;
   font-family: ckai;
   src: url(//fonts.googleapis.com/earlyaccess/cwtexkai.css);
   src: url(//fonts.googleapis.com/earlyaccess/cwtexkai.css);
}
@font-face {
  font-family: HYhaeseo;
  src: url("/fonts/HYhaeseo.ttf") format('truetype');
}
}


Line 35: Line 40:
/*  background-color: #f9f9f9; */
/*  background-color: #f9f9f9; */
   background-color: #d7d7d7;
   background-color: #d7d7d7;
}
div.vertical-panel {
  font-family: HYhaeseo, 한양해서, ckai, serif;
  font-size: 2em;
  float: right;
  display: grid;
  width: 100%;
}
div.vertical {
  writing-mode: vertical-rl;
  overflow-x: auto;
  word-break: keep-all;
}
}