Skip to content

Commit 474bbc9

Browse files
authored
Merge pull request jupyter-widgets#3475 from kellietay/ipywidgets-issue-3466
fix: Issue 3466 - Disconnect broken link problems
2 parents fbdc7f8 + 40a346b commit 474bbc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/base/css/index.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
.jupyter-widgets-disconnected::before {
66
content: '\f127'; /* chain-broken */
77
display: inline-block;
8-
font: normal normal normal 14px/1 FontAwesome;
8+
font: normal normal 900 14px/1px 'Font Awesome 5 Free';
99
font-size: inherit;
1010
text-rendering: auto;
1111
-webkit-font-smoothing: antialiased;

0 commit comments

Comments
 (0)