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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user