User:Xenwolf/common.css: Difference between revisions

Xenwolf (talk | contribs)
Xenwolf (talk | contribs)
Line 49: Line 49:
background: #ee6666;
background: #ee6666;
cursor: not-allowed;
cursor: not-allowed;
}
/* use HEJI2Text font if class="heji" */
@font-face {
  font-family: HEJI2Text;
  src: url(https://plainsound.org/fonts/HEJI2Text.otf);
}
.heji {
  font-family: HEJI2Text;
}
}