From bf0394c785330eecd8230c1dcefa016c7cd8ec74 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Pasquier <contact@jbpasquier.eu> Date: Tue, 23 Jan 2024 15:33:46 +0100 Subject: [PATCH] fix: example --- index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.html b/index.html index 1c7b211..5b89cc5 100644 --- a/index.html +++ b/index.html @@ -13,6 +13,7 @@ This page is loaded by Snowpack to display an example usage of the component. <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@startinblox/orbit-styling-framework/dist/index.css" /> <!-- Load main component script --> + <link rel="stylesheet" href="./src/conversejs/fonts.css" /> <script type="module" src="./src/index.js"></script> <script type="module" src="https://cdn.jsdelivr.net/npm/@startinblox/oidc/+esm"></script> -- GitLab