User:Xenwolf/common.css: Difference between revisions
copy from User:Plumtree/common.css |
copy CSS from User:Fredg999/common.css |
||
| 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; | |||
} | } | ||