mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-21 15:57:31 +09:00
8 lines
297 B
XML
8 lines
297 B
XML
<?xml version="1.0"?>
|
|
<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" align="left">
|
|
<hbox style="font: 40px monospace;" align="baseline">
|
|
<label value="lowercase"/>
|
|
<label value="SMALLCAPS" style="font-size: 32px;"/>
|
|
<label value="CAPITALS"/>
|
|
</hbox>
|
|
</window>
|