changed h1 font

public/fonts/LibreBarcode39Extended-Regular.woff

This is a binary file and will not be displayed.

public/fonts/LibreBarcode39ExtendedText-Regular.woff

This is a binary file and will not be displayed.

+3 -3
src/pages/home.astro
··· 14 14 <header class="bwbox center flex"> 15 15 <h1>ENTOMOVISCERA.ONLINE</h1> 16 16 <a href="/"> 17 - <img src="/img/icons/poweroff.png" alt="return to landing page"> 17 + <img src="/img/icons/poweroff.png" alt="return to landing page" /> 18 18 </a> 19 19 </header> 20 20 <main class="grid"> 21 21 <div class="bwbox center hidedeco"> 22 - <img src="/img/sprites/sunfl1.png" alt=""/> 22 + <img src="/img/sprites/sunfl1.png" alt="" /> 23 23 </div> 24 24 <div id="blog" class="bwbox"> 25 25 <h2>Latest blog post</h2> ··· 55 55 justify-content: center; 56 56 } 57 57 58 - header h1{ 58 + header h1 { 59 59 flex: 1 1 100%; 60 60 } 61 61
+6
src/styles/main.css
··· 18 18 19 19 h1 { 20 20 font-size: clamp(1.5rem, 1.8vw, 2rem); 21 + font-family: barcodetext; 21 22 } 22 23 23 24 h2 { ··· 66 67 display: flex; 67 68 flex-wrap: wrap; 68 69 } 70 + 71 + @font-face { 72 + font-family: barcodetext; 73 + src: url("/fonts/LibreBarcode39ExtendedText-Regular.woff"); 74 + }