A Pen by Martin Novy on CodePen.
Created
June 8, 2019 14:43
-
-
Save martin12333/bec29997082d8f536241f82ba1a63421 to your computer and use it in GitHub Desktop.
SymbolButtons version 0.0.2 + ASemtog38 font
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- | |
--> | |
<div >Q | |
<span class=style1>Q | |
<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> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function myFunction(e) { | |
console.log(e.innerText); | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
*.style1 { | |
font-family: ASEMTOG38, sans-serif; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment