fix(PostHead.astro): add is:inline directive to JSON-LD script for proper hydration

chore(content): remove outdated blog posts about blockchain, digital transformation and quantum computing
fix(Layout.astro): add is:inline directive to Google Tag Manager script for proper execution
fix(global.css): update font paths to use absolute URLs for better reliability
This commit is contained in:
cojocaru-david
2025-04-26 02:59:23 +03:00
parent 024b3c3a64
commit 3ae44784d4
7 changed files with 5 additions and 232 deletions

View File

@@ -54,9 +54,9 @@
@font-face {
font-family: 'ClashDisplay-Semibold';
src:
url('../fonts/ClashDisplay-Semibold.woff2') format('woff2'),
url('../fonts/ClashDisplay-Semibold.woff') format('woff'),
url('../fonts/ClashDisplay-Semibold.ttf') format('truetype');
url('/fonts/ClashDisplay-Semibold.woff2') format('woff2'),
url('/fonts/ClashDisplay-Semibold.woff') format('woff'),
url('/fonts/ClashDisplay-Semibold.ttf') format('truetype');
font-weight: 400;
font-display: swap;
font-style: normal;