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