We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f330cb commit 017dbaaCopy full SHA for 017dbaa
arduino-ide-extension/src/browser/style/fonts.css
@@ -1,3 +1,10 @@
1
+@font-face {
2
+ font-family: 'Open Sans';
3
+ font-style: normal;
4
+ font-weight: 300;
5
+ src: url('fonts/OpenSans-Regular-webfont.woff') format('woff');
6
+}
7
+
8
@font-face {
9
font-family: 'FontAwesome';
10
src:
arduino-ide-extension/src/browser/style/fonts/OpenSans-Regular-webfont.woff
20.2 KB
arduino-ide-extension/src/browser/style/index.css
@@ -19,13 +19,6 @@
19
@import './custom-codicon.css';
20
@import './progress-bar.css';
21
22
-@font-face {
23
- font-family: 'Open Sans';
24
- font-style: normal;
25
- font-weight: 300;
26
- src: url(https://fonts.gstatic.com/s/opensans/v29/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVI.woff2) format('woff2');
27
-}
28
-
29
.theia-input.warning:focus {
30
outline-width: 1px;
31
outline-style: solid;
0 commit comments