Skip to content

Commit b6c67de

Browse files
committed
Merge remote-tracking branch 'origin/bastien'
2 parents 37be714 + ef40bbf commit b6c67de

File tree

128 files changed

+274
-371
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

128 files changed

+274
-371
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ _opam/
1010

1111
# Files that people sometimes accidentally include in their PRs
1212
*:OECustomProperty
13+
.DS_Store

asset/favicon.ico

-62 KB
Binary file not shown.

asset/img/innerbottombg.png

-9.56 KB

asset/img/innertopbg.png

-10.9 KB

asset/logo-with-name-white.svg

+15-18

asset/logo-with-name.svg

+19-18

asset/logo.svg

+12-68
66.9 KB
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.
-136 KB
Binary file not shown.
-100 KB
Binary file not shown.
-143 KB
Binary file not shown.
-106 KB
Binary file not shown.
-140 KB
Binary file not shown.
-104 KB
Binary file not shown.
-148 KB
Binary file not shown.
-109 KB
Binary file not shown.
-140 KB
Binary file not shown.
-104 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
-137 KB
Binary file not shown.
-102 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
-141 KB
Binary file not shown.
-104 KB
Binary file not shown.
-137 KB
Binary file not shown.
-102 KB
Binary file not shown.
-147 KB
Binary file not shown.
-109 KB
Binary file not shown.
-139 KB
Binary file not shown.
-103 KB
Binary file not shown.
-147 KB
Binary file not shown.
Binary file not shown.
-131 KB
Binary file not shown.
-96.6 KB
Binary file not shown.
-140 KB
Binary file not shown.
-103 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
-133 KB
Binary file not shown.
-97.3 KB
Binary file not shown.
-142 KB
Binary file not shown.
-104 KB
Binary file not shown.
-239 KB
Binary file not shown.
-222 KB
Binary file not shown.
-317 KB
Binary file not shown.
-52.5 KB
Binary file not shown.
-39.8 KB
Binary file not shown.
-47.6 KB
Binary file not shown.
-36.4 KB
Binary file not shown.
-48.8 KB
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.
85.3 KB
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.
163 KB
Binary file not shown.
69.1 KB
Binary file not shown.
62.6 KB
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.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
@font-face {
2+
font-family: "Instrument Rocq";
3+
font-weight: 400;
4+
font-style: normal;
5+
font-stretch: normal;
6+
src: url('InstrumentRocq-Regular.woff2') format('woff2'),
7+
url('InstrumentRocq-Regular.woff') format('woff'),
8+
url('InstrumentRocq-Regular.ttf') format('truetype');
9+
}
10+
@font-face {
11+
font-family: "Instrument Rocq";
12+
font-weight: 400;
13+
font-style: italic;
14+
font-stretch: normal;
15+
src: url('InstrumentRocq-ItalicRegular.woff2') format('woff2'),
16+
url('InstrumentRocq-ItalicRegular.woff') format('woff'),
17+
url('InstrumentRocq-ItalicRegular.ttf') format('truetype');
18+
}
19+
@font-face {
20+
font-family: "Instrument Rocq";
21+
font-weight: 500;
22+
font-style: normal;
23+
font-stretch: normal;
24+
src: url('InstrumentRocq-Medium.woff2') format('woff2'),
25+
url('InstrumentRocq-Medium.woff') format('woff'),
26+
url('InstrumentRocq-Medium.ttf') format('truetype');
27+
}
28+
@font-face {
29+
font-family: "Instrument Rocq";
30+
font-weight: 500;
31+
font-style: italic;
32+
font-stretch: normal;
33+
src: url('InstrumentRocq-ItalicMedium.woff2') format('woff2'),
34+
url('InstrumentRocq-ItalicMedium.woff') format('woff'),
35+
url('InstrumentRocq-ItalicMedium.ttf') format('truetype');
36+
}
37+
@font-face {
38+
font-family: "Instrument Rocq";
39+
font-weight: 700;
40+
font-style: normal;
41+
font-stretch: normal;
42+
src: url('InstrumentRocq-Bold.woff2') format('woff2'),
43+
url('InstrumentRocq-Bold.woff') format('woff'),
44+
url('InstrumentRocq-Bold.ttf') format('truetype');
45+
}
46+
@font-face {
47+
font-family: "Instrument Rocq";
48+
font-weight: 700;
49+
font-style: italic;
50+
font-stretch: normal;
51+
src: url('InstrumentRocq-ItalicBold.woff2') format('woff2'),
52+
url('InstrumentRocq-ItalicBold.woff') format('woff'),
53+
url('InstrumentRocq-ItalicBold.ttf') format('truetype');
54+
}

asset/vendors/font-files/inter.css

-200
This file was deleted.

asset/vendors/font-files/roboto-mono.css

-36
This file was deleted.

0 commit comments

Comments
 (0)