Skip to content

Commit

Permalink
Use relative, local URLs for fonts.
Browse files Browse the repository at this point in the history
Partially addresses issue viebel#360.
  • Loading branch information
lechten committed Apr 28, 2020
1 parent ce19f0e commit b90a014
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dist/codemirror.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
@font-face {
font-family: 'FiraCode';
src: url('https://viebel.github.io/klipse/fonts/FiraCode/woff2/FiraCode-Regular.woff2') format('webfont.woff2') , /* Super Modern Browsers */
url('https://viebel.github.io/klipse/fonts/FiraCode/woff/FiraCode-Regular.woff') format('woff'), /* Pretty Modern Browsers */
url('https://viebel.github.io/klipse/fonts/FiraCode/ttf/FiraCode-Regular.ttf') format('truetype') /* Safari, Android, iOS */;
src: url('FiraCode/woff2/FiraCode-Regular.woff2') format('webfont.woff2') , /* Super Modern Browsers */
url('FiraCode/woff/FiraCode-Regular.woff') format('woff'), /* Pretty Modern Browsers */
url('FiraCode/ttf/FiraCode-Regular.ttf') format('truetype') /* Safari, Android, iOS */;
}

/* BASICS */
Expand Down

0 comments on commit b90a014

Please sign in to comment.