Skip to content

Instantly share code, notes, and snippets.

@martin12333
Created June 8, 2019 14:43
Show Gist options
  • Save martin12333/bec29997082d8f536241f82ba1a63421 to your computer and use it in GitHub Desktop.
Save martin12333/bec29997082d8f536241f82ba1a63421 to your computer and use it in GitHub Desktop.
SymbolButtons version 0.0.2 + ASemtog38 font
<!--
-->
<div >Q
<span class=style1>Q
qQ
<button type="button" title='meaning1' class=style1 onClick=" myFunction(this);"> `Qi </button>
<button type="button" title='meaning1' onClick=" myFunction(this);"> `Qi </button>
</span>Q
<button type="button" title='meaning1' accesskey="a" onClick="myFunction(this);"> « </button>
<button type="button" title='meaning2' accesskey="n" onClick="myFunction(this);"> ¬ </button>
<button type="button" onClick="myFunction(this);"> · </button>
<button type="button" onClick="myFunction(this);"> » </button>
<button type="button" onClick="myFunction(this);"> × </button>
<button type="button" onClick="myFunction(this);"> ÷ </button>
</div>
function myFunction(e) {
console.log(e.innerText);
}
*.style1 {
font-family: ASEMTOG38, sans-serif;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment