Last active
April 11, 2020 20:24
-
-
Save alexeyten/50617a712ba980fc373395fac5bca7a5 to your computer and use it in GitHub Desktop.
Test Iosevka Term
This file contains 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
/** | |
* Test Iosevka Term | |
*/ | |
body { | |
padding: 10pt; | |
font-size: 16pt; | |
font-family: Iosevka Dev, Iosevka Term, serif; | |
} |
This file contains 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
<p>1 === 1 // triple = | |
<p>1 == 1 // double = | |
<p>1 <= 2 // < = | |
<p>2 >= 1 // > = |
This file contains 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
// alert('Hello world!'); |
This file contains 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
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment