Visual refresh

This commit is contained in:
Bernd Bestel
2025-01-08 20:50:35 +01:00
parent 98fad559d4
commit 1900a5b8a2
18 changed files with 126 additions and 202 deletions

View File

@@ -2,11 +2,11 @@
<head>
<title>{{ $product->name }}</title>
<link href="{{ $U('/packages/@fontsource/open-sans/latin.css?v=', true) }}{{ $version }}"
<link href="{{ $U('/packages/@fontsource/roboto/latin.css?v=', true) }}{{ $version }}"
rel="stylesheet">
<style>
body {
font-family: 'Open Sans', sans-serif;
font-family: 'Roboto', sans-serif;
}
img {