diff --git a/services/web/frontend/fonts/dm-mono.css b/services/web/frontend/fonts/dm-mono.css
index bc4a6b8356..57a9f170bb 100644
--- a/services/web/frontend/fonts/dm-mono.css
+++ b/services/web/frontend/fonts/dm-mono.css
@@ -1,30 +1,15 @@
/* We're using the "ss05" (stylistic set 5) version of the DM Mono, on the font-feature-settings rule */
/* https://developer.mozilla.org/en-US/docs/Web/CSS/font-feature-settings */
-/* We use the ss05 specifically to remove the "squiggle" below the f letter. */
+/* We use the ss05 specifically to remove the "squiggle" below the f letter. */
/* You can try removing the `font-feature-settings` rule and check what happens to the letter "f", */
/* as it's quite hard to describe it with sentences alone */
-@font-face {
- font-family: 'DM Mono';
- font-feature-settings: 'ss05';
- font-style: normal;
- font-weight: 300;
- src: url('dm-mono/DMMono-Light.woff2') format('woff2');
-}
-
-@font-face {
- font-family: 'DM Mono';
- font-feature-settings: 'ss05';
- font-style: italic;
- font-weight: 300;
- src: url('dm-mono/DMMono-LightItalic.woff2') format('woff2');
-}
-
@font-face {
font-family: 'DM Mono';
font-feature-settings: 'ss05';
font-style: normal;
font-weight: 400;
+ font-display: fallback;
src: url('dm-mono/DMMono-Regular.woff2') format('woff2');
}
@@ -33,6 +18,7 @@
font-feature-settings: 'ss05';
font-style: italic;
font-weight: 400;
+ font-display: fallback;
src: url('dm-mono/DMMono-Italic.woff2') format('woff2');
}
@@ -41,6 +27,7 @@
font-feature-settings: 'ss05';
font-style: normal;
font-weight: 500;
+ font-display: fallback;
src: url('dm-mono/DMMono-Medium.woff2') format('woff2');
}
@@ -49,5 +36,6 @@
font-feature-settings: 'ss05';
font-style: italic;
font-weight: 500;
+ font-display: fallback;
src: url('dm-mono/DMMono-MediumItalic.woff2') format('woff2');
}
diff --git a/services/web/frontend/fonts/dm-mono/DMMono-Light.woff2 b/services/web/frontend/fonts/dm-mono/DMMono-Light.woff2
deleted file mode 100644
index b350b1bd0a..0000000000
Binary files a/services/web/frontend/fonts/dm-mono/DMMono-Light.woff2 and /dev/null differ
diff --git a/services/web/frontend/fonts/dm-mono/DMMono-LightItalic.woff2 b/services/web/frontend/fonts/dm-mono/DMMono-LightItalic.woff2
deleted file mode 100644
index 5ea75ec232..0000000000
Binary files a/services/web/frontend/fonts/dm-mono/DMMono-LightItalic.woff2 and /dev/null differ
diff --git a/services/web/frontend/fonts/noto-sans.css b/services/web/frontend/fonts/noto-sans.css
index db6f80d2ef..07c2f364f6 100644
--- a/services/web/frontend/fonts/noto-sans.css
+++ b/services/web/frontend/fonts/noto-sans.css
@@ -1,53 +1,9 @@
-/* Noto Sans - Thin */
-@font-face {
- font-family: 'Noto Sans';
- font-style: normal;
- font-weight: 100;
- src: url('noto-sans/NotoSans-Thin.woff2') format('woff2');
-}
-
-@font-face {
- font-family: 'Noto Sans';
- font-style: italic;
- font-weight: 100;
- src: url('noto-sans/NotoSans-ThinItalic.woff2') format('woff2');
-}
-
-/* Noto Sans - ExtraLight */
-@font-face {
- font-family: 'Noto Sans';
- font-style: normal;
- font-weight: 200;
- src: url('noto-sans/NotoSans-ExtraLight.woff2') format('woff2');
-}
-
-@font-face {
- font-family: 'Noto Sans';
- font-style: italic;
- font-weight: 200;
- src: url('noto-sans/NotoSans-ExtraLightItalic.woff2') format('woff2');
-}
-
-/* Noto Sans - Light */
-@font-face {
- font-family: 'Noto Sans';
- font-style: normal;
- font-weight: 300;
- src: url('noto-sans/NotoSans-Light.woff2') format('woff2');
-}
-
-@font-face {
- font-family: 'Noto Sans';
- font-style: italic;
- font-weight: 300;
- src: url('noto-sans/NotoSans-LightItalic.woff2') format('woff2');
-}
-
/* Noto Sans - Regular */
@font-face {
font-family: 'Noto Sans';
font-style: normal;
font-weight: 400;
+ font-display: fallback;
src: url('noto-sans/NotoSans-Regular.woff2') format('woff2');
}
@@ -55,6 +11,7 @@
font-family: 'Noto Sans';
font-style: italic;
font-weight: 400;
+ font-display: fallback;
src: url('noto-sans/NotoSans-Italic.woff2') format('woff2');
}
@@ -63,6 +20,7 @@
font-family: 'Noto Sans';
font-style: normal;
font-weight: 500;
+ font-display: fallback;
src: url('noto-sans/NotoSans-Medium.woff2') format('woff2');
}
@@ -70,6 +28,7 @@
font-family: 'Noto Sans';
font-style: italic;
font-weight: 500;
+ font-display: fallback;
src: url('noto-sans/NotoSans-MediumItalic.woff2') format('woff2');
}
@@ -78,6 +37,7 @@
font-family: 'Noto Sans';
font-style: normal;
font-weight: 600;
+ font-display: fallback;
src: url('noto-sans/NotoSans-SemiBold.woff2') format('woff2');
}
@@ -85,50 +45,6 @@
font-family: 'Noto Sans';
font-style: italic;
font-weight: 600;
+ font-display: fallback;
src: url('noto-sans/NotoSans-SemiBoldItalic.woff2') format('woff2');
}
-
-/* Noto Sans - Bold */
-@font-face {
- font-family: 'Noto Sans';
- font-style: normal;
- font-weight: 700;
- src: url('noto-sans/NotoSans-Bold.woff2') format('woff2');
-}
-
-@font-face {
- font-family: 'Noto Sans';
- font-style: italic;
- font-weight: 700;
- src: url('noto-sans/NotoSans-BoldItalic.woff2') format('woff2');
-}
-
-/* Noto Sans - ExtraBold */
-@font-face {
- font-family: 'Noto Sans';
- font-style: normal;
- font-weight: 800;
- src: url('noto-sans/NotoSans-ExtraBold.woff2') format('woff2');
-}
-
-@font-face {
- font-family: 'Noto Sans';
- font-style: italic;
- font-weight: 800;
- src: url('noto-sans/NotoSans-ExtraBoldItalic.woff2') format('woff2');
-}
-
-/* Noto Sans - Black */
-@font-face {
- font-family: 'Noto Sans';
- font-style: normal;
- font-weight: 900;
- src: url('noto-sans/NotoSans-Black.woff2') format('woff2');
-}
-
-@font-face {
- font-family: 'Noto Sans';
- font-style: italic;
- font-weight: 900;
- src: url('noto-sans/NotoSans-BlackItalic.woff2') format('woff2');
-}
diff --git a/services/web/frontend/fonts/noto-sans/NotoSans-Black.woff2 b/services/web/frontend/fonts/noto-sans/NotoSans-Black.woff2
deleted file mode 100644
index 694c461e38..0000000000
Binary files a/services/web/frontend/fonts/noto-sans/NotoSans-Black.woff2 and /dev/null differ
diff --git a/services/web/frontend/fonts/noto-sans/NotoSans-BlackItalic.woff2 b/services/web/frontend/fonts/noto-sans/NotoSans-BlackItalic.woff2
deleted file mode 100644
index 0f88a01f84..0000000000
Binary files a/services/web/frontend/fonts/noto-sans/NotoSans-BlackItalic.woff2 and /dev/null differ
diff --git a/services/web/frontend/fonts/noto-sans/NotoSans-Bold.woff2 b/services/web/frontend/fonts/noto-sans/NotoSans-Bold.woff2
deleted file mode 100644
index c474ad1b6e..0000000000
Binary files a/services/web/frontend/fonts/noto-sans/NotoSans-Bold.woff2 and /dev/null differ
diff --git a/services/web/frontend/fonts/noto-sans/NotoSans-BoldItalic.woff2 b/services/web/frontend/fonts/noto-sans/NotoSans-BoldItalic.woff2
deleted file mode 100644
index 3763e8a6cd..0000000000
Binary files a/services/web/frontend/fonts/noto-sans/NotoSans-BoldItalic.woff2 and /dev/null differ
diff --git a/services/web/frontend/fonts/noto-sans/NotoSans-ExtraBold.woff2 b/services/web/frontend/fonts/noto-sans/NotoSans-ExtraBold.woff2
deleted file mode 100644
index 434453aa1b..0000000000
Binary files a/services/web/frontend/fonts/noto-sans/NotoSans-ExtraBold.woff2 and /dev/null differ
diff --git a/services/web/frontend/fonts/noto-sans/NotoSans-ExtraBoldItalic.woff2 b/services/web/frontend/fonts/noto-sans/NotoSans-ExtraBoldItalic.woff2
deleted file mode 100644
index 7c01139d6f..0000000000
Binary files a/services/web/frontend/fonts/noto-sans/NotoSans-ExtraBoldItalic.woff2 and /dev/null differ
diff --git a/services/web/frontend/fonts/noto-sans/NotoSans-ExtraLight.woff2 b/services/web/frontend/fonts/noto-sans/NotoSans-ExtraLight.woff2
deleted file mode 100644
index 96cb31586f..0000000000
Binary files a/services/web/frontend/fonts/noto-sans/NotoSans-ExtraLight.woff2 and /dev/null differ
diff --git a/services/web/frontend/fonts/noto-sans/NotoSans-ExtraLightItalic.woff2 b/services/web/frontend/fonts/noto-sans/NotoSans-ExtraLightItalic.woff2
deleted file mode 100644
index 98347d9b35..0000000000
Binary files a/services/web/frontend/fonts/noto-sans/NotoSans-ExtraLightItalic.woff2 and /dev/null differ
diff --git a/services/web/frontend/fonts/noto-sans/NotoSans-Light.woff2 b/services/web/frontend/fonts/noto-sans/NotoSans-Light.woff2
deleted file mode 100644
index 5b315070cd..0000000000
Binary files a/services/web/frontend/fonts/noto-sans/NotoSans-Light.woff2 and /dev/null differ
diff --git a/services/web/frontend/fonts/noto-sans/NotoSans-LightItalic.woff2 b/services/web/frontend/fonts/noto-sans/NotoSans-LightItalic.woff2
deleted file mode 100644
index ec0d926960..0000000000
Binary files a/services/web/frontend/fonts/noto-sans/NotoSans-LightItalic.woff2 and /dev/null differ
diff --git a/services/web/frontend/fonts/noto-sans/NotoSans-Thin.woff2 b/services/web/frontend/fonts/noto-sans/NotoSans-Thin.woff2
deleted file mode 100644
index f7ac466bff..0000000000
Binary files a/services/web/frontend/fonts/noto-sans/NotoSans-Thin.woff2 and /dev/null differ
diff --git a/services/web/frontend/fonts/noto-sans/NotoSans-ThinItalic.woff2 b/services/web/frontend/fonts/noto-sans/NotoSans-ThinItalic.woff2
deleted file mode 100644
index 6e6a95426a..0000000000
Binary files a/services/web/frontend/fonts/noto-sans/NotoSans-ThinItalic.woff2 and /dev/null differ
diff --git a/services/web/frontend/stylesheets/app/website-redesign.less b/services/web/frontend/stylesheets/app/website-redesign.less
index cf323f4072..62718265f4 100644
--- a/services/web/frontend/stylesheets/app/website-redesign.less
+++ b/services/web/frontend/stylesheets/app/website-redesign.less
@@ -804,7 +804,6 @@
.green-round-background {
.round-background;
background: var(--mint-green);
- color: var(--dark-jungle-green);
}
.blue-round-background {
diff --git a/services/web/public/img/website-redesign/biotech.svg b/services/web/public/img/website-redesign/biotech.svg
new file mode 100644
index 0000000000..b2c9623ca3
--- /dev/null
+++ b/services/web/public/img/website-redesign/biotech.svg
@@ -0,0 +1,3 @@
+
diff --git a/services/web/public/img/website-redesign/book_5.svg b/services/web/public/img/website-redesign/book_5.svg
new file mode 100644
index 0000000000..adb2f85d06
--- /dev/null
+++ b/services/web/public/img/website-redesign/book_5.svg
@@ -0,0 +1,3 @@
+
diff --git a/services/web/public/img/website-redesign/draw.svg b/services/web/public/img/website-redesign/draw.svg
new file mode 100644
index 0000000000..d044d06ca1
--- /dev/null
+++ b/services/web/public/img/website-redesign/draw.svg
@@ -0,0 +1,3 @@
+
diff --git a/services/web/public/img/website-redesign/edit_note.svg b/services/web/public/img/website-redesign/edit_note.svg
new file mode 100644
index 0000000000..14607e3c44
--- /dev/null
+++ b/services/web/public/img/website-redesign/edit_note.svg
@@ -0,0 +1,3 @@
+
diff --git a/services/web/public/img/website-redesign/function.svg b/services/web/public/img/website-redesign/function.svg
new file mode 100644
index 0000000000..1a12eb8221
--- /dev/null
+++ b/services/web/public/img/website-redesign/function.svg
@@ -0,0 +1,3 @@
+
diff --git a/services/web/public/img/website-redesign/material-symbols-arrow-outward.svg b/services/web/public/img/website-redesign/material-symbols-arrow-outward.svg
new file mode 100644
index 0000000000..8e22c3dd92
--- /dev/null
+++ b/services/web/public/img/website-redesign/material-symbols-arrow-outward.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/services/web/public/img/website-redesign/material-symbols-arrow-right.svg b/services/web/public/img/website-redesign/material-symbols-arrow-right.svg
new file mode 100644
index 0000000000..9056e1606f
--- /dev/null
+++ b/services/web/public/img/website-redesign/material-symbols-arrow-right.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/services/web/public/img/website-redesign/material-symbols-check-blue.svg b/services/web/public/img/website-redesign/material-symbols-check-blue.svg
new file mode 100644
index 0000000000..10e504b015
--- /dev/null
+++ b/services/web/public/img/website-redesign/material-symbols-check-blue.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/services/web/public/img/website-redesign/material-symbols-check-green.svg b/services/web/public/img/website-redesign/material-symbols-check-green.svg
new file mode 100644
index 0000000000..ecbbc3e331
--- /dev/null
+++ b/services/web/public/img/website-redesign/material-symbols-check-green.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/services/web/public/img/website-redesign/picture_as_pdf.svg b/services/web/public/img/website-redesign/picture_as_pdf.svg
new file mode 100644
index 0000000000..390222ffc9
--- /dev/null
+++ b/services/web/public/img/website-redesign/picture_as_pdf.svg
@@ -0,0 +1,3 @@
+
diff --git a/services/web/public/img/website-redesign/preview.svg b/services/web/public/img/website-redesign/preview.svg
new file mode 100644
index 0000000000..e8930f8097
--- /dev/null
+++ b/services/web/public/img/website-redesign/preview.svg
@@ -0,0 +1,3 @@
+
diff --git a/services/web/public/img/website-redesign/school.svg b/services/web/public/img/website-redesign/school.svg
new file mode 100644
index 0000000000..207c30a143
--- /dev/null
+++ b/services/web/public/img/website-redesign/school.svg
@@ -0,0 +1,3 @@
+