We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d643bc commit 4ad11f0Copy full SHA for 4ad11f0
README.md
@@ -101,6 +101,28 @@ Thanks to ⇒
101
thanks.
102
questions?
103
104
+How to present code snippets?
105
+
106
+Well, use either image or text :)
107
108
+@Fonts.png
109
110
+\@font-face {
111
+ font-family: 'JetBrains Mono';
112
+ src: url('./fonts/JetBrainsMono-Regular.ttf') format('truetype');
113
+ font-weight: normal;
114
+ font-style: normal;
115
+ font-display: swap;
116
+}
117
+\
118
119
+ font-family: 'Iosevka';
120
+ src: url('./fonts/SGr-Iosevka-Regular.ttc') format('truetype');
121
122
123
124
125
126
</script>
127
128
```
0 commit comments