From 06dcbf198eb8bedc77fd9a2f243c019f96f1f793 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dami=C3=A1n=20Pumar?= Date: Wed, 8 Jan 2025 15:39:36 +0100 Subject: [PATCH] fix: :art: Fix google fonts css class name --- demo/analog-app/src/app/pages/index.page.ts | 4 ++-- demo/qwik-app/src/routes/index.tsx | 6 +++--- demo/react-app/src/App.tsx | 4 ++-- demo/remix-app/app/routes/_index.tsx | 4 ++-- demo/solid-app/src/App.tsx | 4 ++-- demo/svelte-app/src/App.svelte | 4 ++-- demo/vanilla-app/src/main.ts | 4 ++-- demo/vue-app/src/App.vue | 4 ++-- 8 files changed, 17 insertions(+), 17 deletions(-) diff --git a/demo/analog-app/src/app/pages/index.page.ts b/demo/analog-app/src/app/pages/index.page.ts index 0b73221..f3cd9ab 100644 --- a/demo/analog-app/src/app/pages/index.page.ts +++ b/demo/analog-app/src/app/pages/index.page.ts @@ -6,8 +6,8 @@ import { Component } from '@angular/core'; template: `

Google

-

Poppins

-

Press Start 2P

+

Poppins

+

Press Start 2P

Bunny

Aclonica

diff --git a/demo/qwik-app/src/routes/index.tsx b/demo/qwik-app/src/routes/index.tsx index 9d8031b..e154c56 100644 --- a/demo/qwik-app/src/routes/index.tsx +++ b/demo/qwik-app/src/routes/index.tsx @@ -1,5 +1,5 @@ -import type { DocumentHead } from '@qwik.dev/router'; import { component$, useStyles$ } from '@qwik.dev/core'; +import type { DocumentHead } from '@qwik.dev/router'; import styles from './index.css?inline'; export default component$(() => { @@ -8,8 +8,8 @@ export default component$(() => { return (

Google

-

Poppins

-

Press Start 2P

+

Poppins

+

Press Start 2P

Bunny

Aclonica

diff --git a/demo/react-app/src/App.tsx b/demo/react-app/src/App.tsx index efdffb5..8e16843 100644 --- a/demo/react-app/src/App.tsx +++ b/demo/react-app/src/App.tsx @@ -4,8 +4,8 @@ function App() { return (

Google

-

Poppins

-

Press Start 2P

+

Poppins

+

Press Start 2P

Bunny

Aclonica

diff --git a/demo/remix-app/app/routes/_index.tsx b/demo/remix-app/app/routes/_index.tsx index 8a20c09..17beb23 100644 --- a/demo/remix-app/app/routes/_index.tsx +++ b/demo/remix-app/app/routes/_index.tsx @@ -13,8 +13,8 @@ export default function Index() { return (

Google

-

Poppins

-

Press Start 2P

+

Poppins

+

Press Start 2P

Bunny

Aclonica

diff --git a/demo/solid-app/src/App.tsx b/demo/solid-app/src/App.tsx index 62ddcaa..505ec41 100644 --- a/demo/solid-app/src/App.tsx +++ b/demo/solid-app/src/App.tsx @@ -4,8 +4,8 @@ function App() { return (

Google

-

Poppins

-

Press Start 2P

+

Poppins

+

Press Start 2P

Bunny

Aclonica

diff --git a/demo/svelte-app/src/App.svelte b/demo/svelte-app/src/App.svelte index beb15a6..51d5888 100644 --- a/demo/svelte-app/src/App.svelte +++ b/demo/svelte-app/src/App.svelte @@ -1,8 +1,8 @@

Google

-

Poppins

-

Press Start 2P

+

Poppins

+

Press Start 2P

Bunny

Aclonica

diff --git a/demo/vanilla-app/src/main.ts b/demo/vanilla-app/src/main.ts index fa75ba7..e6c622b 100644 --- a/demo/vanilla-app/src/main.ts +++ b/demo/vanilla-app/src/main.ts @@ -3,8 +3,8 @@ import './style.css'; document.querySelector('#app')!.innerHTML = `

Google

-

Poppins

-

Press Start 2P

+

Poppins

+

Press Start 2P

Bunny

Aclonica

diff --git a/demo/vue-app/src/App.vue b/demo/vue-app/src/App.vue index fa6d219..9065cab 100644 --- a/demo/vue-app/src/App.vue +++ b/demo/vue-app/src/App.vue @@ -1,8 +1,8 @@