File tree Expand file tree Collapse file tree 4 files changed +55
-0
lines changed
Expand file tree Collapse file tree 4 files changed +55
-0
lines changed Original file line number Diff line number Diff line change 1+ @font-face {
2+ font-family : 'Monaspace' ;
3+ src :
4+ url ('/MonaspaceKrypton-SyntaxHighlighter-Regular.woff2' )
5+ format ('woff2' )
6+ ;
7+ }
8+ code {
9+ font-family : "Monaspace" , monospace;
10+ font-feature-settings : "colr" , "calt" ;
11+ }
Original file line number Diff line number Diff line change 1+ <!DOCTYPE html>
2+ < style >
3+ @font-face {
4+ font-family : 'Monaspace' ;
5+ src :
6+ url ('./MonaspaceKrypton-SyntaxHighlighter-Regular.woff2' )
7+ format ('woff2' );
8+ }
9+ textarea {
10+ font-family : "Monaspace" , monospace;
11+ font-variant-ligatures : contextual common-ligatures;
12+ font-variant-alternates : styleset (ss04);
13+ xfont-feature-settings : "colr" , "calt" ;
14+ font-feature-settings : "colr" ;
15+ background-color : # BBA ;
16+ width : 30em ;
17+ height : 6em ;
18+ }
19+ </ style >
20+ < textarea >
21+ < div class ="spoilers ">
22+ < strong > Yes, it's possible!</ strong >
23+ < small > ...to some extent =)</ small >
24+ </ div >
25+ </ textarea >
Original file line number Diff line number Diff line change 1+ < style >
2+ @font-face {
3+ font-family : 'Monaspace' ;
4+ src :
5+ url ('./MonaspaceKrypton-SyntaxHighlighter-Regular.woff2' )
6+ format ('woff2' )
7+ ;
8+ }
9+ textarea {
10+ font-family : "Monaspace" , monospace;
11+ font-feature-settings : "colr" , "calt" ;
12+ }
13+ </ style >
14+ < textarea >
15+ < div class ="spoilers ">
16+ < strong > Yes, it's possible!</ strong >
17+ < small > ...to some extent =)</ small >
18+ </ div >
19+ </ textarea >
You can’t perform that action at this time.
0 commit comments