31 lines
657 B
HTML
31 lines
657 B
HTML
<link
|
|
href="https://fonts.googleapis.com/css?family=Lato:100,300,400,500,700&display=swap"
|
|
rel="stylesheet"
|
|
/>
|
|
<title>OHIF UI Component</title>
|
|
<style>
|
|
body {
|
|
font-family: 'Inter', sans-serif;
|
|
background: #f0f3ff !important;
|
|
font-size: 14px;
|
|
}
|
|
|
|
#storybook-explorer-menu svg {
|
|
color: #2b5282;
|
|
}
|
|
</style>
|
|
<!-- Global site tag (gtag.js) - Google Analytics -->
|
|
<script
|
|
async
|
|
src="https://www.googletagmanager.com/gtag/js?id=G-3S63CTHNP6"
|
|
></script>
|
|
<script>
|
|
window.dataLayer = window.dataLayer || [];
|
|
function gtag() {
|
|
dataLayer.push(arguments);
|
|
}
|
|
gtag('js', new Date());
|
|
|
|
gtag('config', 'G-3S63CTHNP6');
|
|
</script>
|