Skip to content

Commit f2fb326

Browse files
committed
Add monaco font with icons
1 parent 6bc68dd commit f2fb326

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/components/styles/main.css

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
@font-face {
2+
font-family: 'codicon';
3+
src: url('https://cdn.jsdelivr.net/npm/@vscode/[email protected]/dist/codicon.ttf') format('truetype');
4+
}
5+
6+
17
/* Reset */
28
* {
39
margin: 0;
@@ -326,4 +332,4 @@
326332
background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M5 2H7V14H5V2ZM9 2H11V14H9V2Z" fill="%23CC8400"/></svg>') center center no-repeat;
327333
cursor: pointer;
328334
background-size: 12px;
329-
}
335+
}

0 commit comments

Comments
 (0)