Skip to content

Commit b92931d

Browse files
add open sans font file
1 parent c729e16 commit b92931d

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

Diff for: arduino-ide-extension/src/browser/style/fonts.css

+7
Original file line numberDiff line numberDiff line change
@@ -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+
18
@font-face {
29
font-family: 'FontAwesome';
310
src:
Binary file not shown.

Diff for: arduino-ide-extension/src/browser/style/index.css

-7
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,6 @@
1919
@import './custom-codicon.css';
2020
@import './progress-bar.css';
2121

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-
2922
.theia-input.warning:focus {
3023
outline-width: 1px;
3124
outline-style: solid;

0 commit comments

Comments
 (0)