saving works now

This commit is contained in:
2024-12-29 03:44:52 +01:00
parent 4d27a84907
commit 4a70d1f571
73 changed files with 18361 additions and 2 deletions

View File

@@ -0,0 +1,144 @@
/* #### Generated By: http://font.download #### */
@font-face {
font-family: 'Jost* Book';
font-style: normal;
font-weight: normal;
src: local('Jost* Book'), url('Jost400Book.woff') format('woff');
}
@font-face {
font-family: 'Jost* BookItalic';
font-style: normal;
font-weight: normal;
src: local('Jost* BookItalic'), url('Jost400BookItalic.woff') format('woff');
}
@font-face {
font-family: 'Jost* Hairline';
font-style: normal;
font-weight: normal;
src: local('Jost* Hairline'), url('Jost100Hairline.woff') format('woff');
}
@font-face {
font-family: 'Jost* HairlineItalic';
font-style: normal;
font-weight: normal;
src: local('Jost* HairlineItalic'), url('Jost100HairlineItalic.woff') format('woff');
}
@font-face {
font-family: 'Jost* Thin';
font-style: normal;
font-weight: normal;
src: local('Jost* Thin'), url('Jost200Thin.woff') format('woff');
}
@font-face {
font-family: 'Jost* ThinItalic';
font-style: normal;
font-weight: normal;
src: local('Jost* ThinItalic'), url('Jost200ThinItalic.woff') format('woff');
}
@font-face {
font-family: 'Jost* Light';
font-style: normal;
font-weight: normal;
src: local('Jost* Light'), url('Jost300Light.woff') format('woff');
}
@font-face {
font-family: 'Jost* LightItalic';
font-style: normal;
font-weight: normal;
src: local('Jost* LightItalic'), url('Jost300LightItalic.woff') format('woff');
}
@font-face {
font-family: 'Jost* Medium';
font-style: normal;
font-weight: normal;
src: local('Jost* Medium'), url('Jost500Medium.woff') format('woff');
}
@font-face {
font-family: 'Jost* MediumItalic';
font-style: normal;
font-weight: normal;
src: local('Jost* MediumItalic'), url('Jost500MediumItalic.woff') format('woff');
}
@font-face {
font-family: 'Jost* Semi';
font-style: normal;
font-weight: normal;
src: local('Jost* Semi'), url('Jost600Semi.woff') format('woff');
}
@font-face {
font-family: 'Jost* SemiItalic';
font-style: normal;
font-weight: normal;
src: local('Jost* SemiItalic'), url('Jost600SemiItalic.woff') format('woff');
}
@font-face {
font-family: 'Jost* Bold';
font-style: normal;
font-weight: normal;
src: local('Jost* Bold'), url('Jost700Bold.woff') format('woff');
}
@font-face {
font-family: 'Jost* BoldItalic';
font-style: normal;
font-weight: normal;
src: local('Jost* BoldItalic'), url('Jost700BoldItalic.woff') format('woff');
}
@font-face {
font-family: 'Jost* Heavy';
font-style: normal;
font-weight: normal;
src: local('Jost* Heavy'), url('Jost800Heavy.woff') format('woff');
}
@font-face {
font-family: 'Jost* HeavyItalic';
font-style: normal;
font-weight: normal;
src: local('Jost* HeavyItalic'), url('Jost800HeavyItalic.woff') format('woff');
}
@font-face {
font-family: 'Jost* Black';
font-style: normal;
font-weight: normal;
src: local('Jost* Black'), url('Jost900Black.woff') format('woff');
}
@font-face {
font-family: 'Jost* BlackItalic';
font-style: normal;
font-weight: normal;
src: local('Jost* BlackItalic'), url('Jost900BlackItalic.woff') format('woff');
}

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

10837
backend/core/static/css/bootstrap.css vendored Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,9 @@
body {
font-family: 'Jost', sans-serif;
font-size: var(--bs-body-font-size);
}
:root {
--bs-body-font-size: 1.5rem;
}