Skip to content

Commit

Permalink
Remove svg reference
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel Solorio committed Sep 17, 2019
1 parent 7ecb582 commit 99a7194
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/vs/base/browser/ui/codiconLabel/codicon/codicon.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@

@font-face {
font-family: "codicon";
src: url("./codicon.ttf?e042d2dda15ef7b36b910e3edf539f26") format("truetype"),
url("./codicon.svg?e042d2dda15ef7b36b910e3edf539f26#codicon") format("svg");
src: url("./codicon.ttf?e042d2dda15ef7b36b910e3edf539f26") format("truetype");
}

.codicon[class*='codicon-'] {
Expand Down

0 comments on commit 99a7194

Please sign in to comment.