Skip to content

Commit

Permalink
Remove deprecated import of font files in bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
linusha authored and merryman committed Dec 4, 2023
1 parent e9d4f7e commit 42cfa93
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions publication/ui.cp.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,7 @@ export class GalyleoDashboardWorld extends LivelyWorld {

get __head_html__ () {
return `
<script> window.SERVER_URL="${this.serverURL}" </script>
<link type="text/css" rel="stylesheet" id="lively-font-awesome" href="/lively.morphic/assets/font-awesome/css/font-awesome.css">
<link type="text/css" rel="stylesheet" id="lively-font-inconsolata" href="/lively.morphic/assets/inconsolata/inconsolata.css">
<style type="text/css" id="WorldLandingPage_7068CDA9_749E_4EC1_9BC4_50DF06EAA2BA-Nunito">@import url("https://fonts.googleapis.com/css?family=Nunito:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i&display=swap");</style>`;
<script> window.SERVER_URL="${this.serverURL}" </script>`;
}

onLoad () {
Expand Down

0 comments on commit 42cfa93

Please sign in to comment.