User:Fredg999/common.css: Difference between revisions
Jump to navigation
Jump to search
HEJI2Text support |
HEJI2Text now implemented sitewide, now testing BravuraText |
||
| Line 1: | Line 1: | ||
/* use | /* use BravuraText font if class="bravura" */ | ||
@font-face { | @font-face { | ||
font-family: | font-family: BravuraText; | ||
src: url(https://plainsound.org/fonts/ | src: url(https://scaleworkshop.plainsound.org/static/fonts/BravuraText.woff2); | ||
} | } | ||
. | .bravura { | ||
font-family: | font-family: BravuraText; | ||
} | } | ||