release/0.4.0 #60
3 changed files with 3 additions and 3 deletions
|
|
@ -4,7 +4,9 @@
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: '7Segment';
|
font-family: '7Segment';
|
||||||
src: url('/fonts/7segment.woff') format('woff');
|
/* Relative so Vite resolves and fingerprints it; an absolute /fonts path
|
||||||
|
404s against the dev server, which serves assets itself. */
|
||||||
|
src: url('../fonts/7segment.woff') format('woff');
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -9,8 +9,6 @@
|
||||||
|
|
||||||
<link rel="icon" href="/favicon.svg" type="image/svg+xml">
|
<link rel="icon" href="/favicon.svg" type="image/svg+xml">
|
||||||
|
|
||||||
<link rel="preload" href="/fonts/7segment.woff" as="font" type="font/woff" crossorigin>
|
|
||||||
|
|
||||||
@vite(['resources/css/app.css'])
|
@vite(['resources/css/app.css'])
|
||||||
@livewireStyles
|
@livewireStyles
|
||||||
</head>
|
</head>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue