Skip to content

Commit 78d15c3

Browse files
committed
(#1056) Update to choco-theme 0.8.0
This updates choco-theme to version 0.8.0. Included in this release are accessibility improvements, and changes to how fonts are referenced. See release notes at: https://github.com/chocolatey/choco-theme/releases/tag/0.8.0
1 parent 7d37b7a commit 78d15c3

File tree

3 files changed

+1740
-1232
lines changed

3 files changed

+1740
-1232
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@
2727
},
2828
"dependencies": {
2929
"choco-astro": "0.1.0",
30-
"choco-theme": "0.7.3"
30+
"choco-theme": "0.8.0"
3131
}
3232
}

src/layouts/Layout.astro

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -78,11 +78,6 @@ const hash = childProcess
7878
<meta property="twitter:image" content={twitterImageURL} />
7979
<meta property="twitter:card" content={twitterCardType} />
8080

81-
<!-- Google Font -->
82-
<link rel="preconnect" href="https://fonts.googleapis.com">
83-
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
84-
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;700&family=Roboto+Mono:wght@300;400;600;700&display=swap" rel="stylesheet">
85-
8681
<!-- CSS -->
8782
<link rel="stylesheet" href={`/styles/docs.min.purged.css?v=${hash}`} />
8883

@@ -134,6 +129,7 @@ const hash = childProcess
134129
<button type="button" class="btn btn-bg-body d-md-none" data-bs-dismiss="alert" aria-label="Close">I accept</button>
135130
</div>
136131
</footer>
132+
<script is:inline src={`/scripts/bootstrap.bundle.min.js?v=${hash}`}></script>
137133
<script is:inline src={`/scripts/docs.min.js?v=${hash}`}></script>
138134
</body>
139135
</html>

0 commit comments

Comments
 (0)