Skip to content

Commit 014916a

Browse files
committed
Try to fix the images
1 parent 2a2960f commit 014916a

File tree

2 files changed

+2
-18
lines changed

2 files changed

+2
-18
lines changed

frontend/src/global.css

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
@layer base {
3030
html {
31-
font-family: Sahel;
31+
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
3232
}
3333

3434
.input,
@@ -44,24 +44,7 @@
4444
.input.invalid{
4545
@apply border-red-300;
4646
}
47-
48-
@font-face {
49-
font-family: Sahel;
50-
src: url("/fonts/Sahel.eot");
51-
src: url("/fonts/Sahel.eot?#iefix") format("Sahel-opentype"), url("/fonts/Sahel.woff") format("woff"),
52-
url("/fonts/Sahel.ttf") format("truetype");
53-
font-weight: normal;
54-
font-style: normal;
55-
}
5647

57-
@font-face {
58-
font-family: Sahel-Bold;
59-
src: url("/fonts/Sahel-Bold.eot");
60-
src: url("/fonts/Sahel-Bold.eot?#iefix") format("Sahel-Bold-opentype"), url("/fonts/Sahel-Bold.woff") format("woff"),
61-
url("/fonts/Sahel-Bold.ttf") format("truetype");
62-
font-weight: normal;
63-
font-style: normal;
64-
}
6548
}
6649

6750
.bg-header {

frontend/vite.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ export default defineConfig({
2424
injectRegister: 'auto',
2525
workbox:{
2626
skipWaiting: true,
27+
globPatterns: ['**/*.{js,css,html,ico,png,svg,json,woff,woff2,ttf}']
2728
},
2829
includeAssets: ['favicon.ico', 'apple-touch-icon.png', 'mask-icon.svg', 'logo192.png', 'logo512.png'],
2930
manifestFilename: "manifest.json",

0 commit comments

Comments
 (0)