Skip to content
This repository was archived by the owner on Feb 6, 2024. It is now read-only.

Commit 08c653c

Browse files
feat: update deck-utils for fonts
1 parent 39f6d18 commit 08c653c

File tree

4 files changed

+25
-9
lines changed

4 files changed

+25
-9
lines changed

package-lock.json

Lines changed: 21 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"dependencies": {
3838
"@deckdeckgo/charts": "^1.0.1",
3939
"@deckdeckgo/core": "^1.0.1",
40-
"@deckdeckgo/deck-utils": "^1.0.0",
40+
"@deckdeckgo/deck-utils": "^2.0.0",
4141
"@deckdeckgo/highlight-code": "^1.0.2",
4242
"@deckdeckgo/lazy-img": "^1.0.0",
4343
"@deckdeckgo/qrcode": "^1.0.0",

src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
<deckgo-slide-title>
105105
<h1 slot="title">DeckDeckGo</h1>
106106
<div no-shadow slot="content">
107-
<h3 style="margin: 0;">The web open source <strong>editor</strong> for presentations</h3>
107+
<p style="margin: 0;">The web open source <strong>editor</strong> for presentations</p>
108108

109109
<h2 style="margin: 0;">👉</h2>
110110
</div>

src/index.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,8 @@ import './css/signup.css';
1111
import './css/img.css';
1212
import './css/button.css';
1313

14-
import '../node_modules/@deckdeckgo/deck-utils/styles/deckdeckgo-deck.css';
15-
import '../node_modules/@deckdeckgo/deck-utils/styles/deckdeckgo-deck-fonts.css';
16-
import '../node_modules/@deckdeckgo/deck-utils/styles/deckdeckgo-deck-rtl.css';
14+
import '../node_modules/@deckdeckgo/deck-utils/css/deck.css';
15+
import '../node_modules/@deckdeckgo/deck-utils/css/fullscreen.css';
1716

1817
import '@webcomponents/custom-elements';
1918

0 commit comments

Comments
 (0)