2
0
Files
cal/calcom/apps/storybook/.storybook/preview-head.html
2024-08-09 00:39:27 +02:00

10 lines
228 B
HTML

<script>
window.global = window;
window.isEmbed = () => {
return location.search.includes("embed=");
};
</script>
<style>
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@500&display=swap");
</style>