I’ve added bootstrap icons to the project framework. However they will not show up in wappler or previewing the site in a browser. I also added them to the page specifically as a framework and they still don’t work.
However, if I open dev tools and insert: <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css"> into the head of the page, the icons i’ve put on buttons work.
The only way I don’t have to do this, is if I add them to the layout page. then it works. Is that what is supposed to happen?