Skip to content

Commit 4ad11f0

Browse files
authored
Update README.md
1 parent 1d643bc commit 4ad11f0

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,28 @@ Thanks to ⇒
101101
thanks.
102102
questions?
103103
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+
\@font-face {
119+
font-family: 'Iosevka';
120+
src: url('./fonts/SGr-Iosevka-Regular.ttc') format('truetype');
121+
font-weight: normal;
122+
font-style: normal;
123+
font-display: swap;
124+
}
125+
104126
</script>
105127
106128
```

0 commit comments

Comments
 (0)