Import initial.

This commit is contained in:
David Soulayrol
2022-04-04 18:30:08 +02:00
commit 57deaaaf34
46 changed files with 16985 additions and 0 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,21 @@
@font-face {
font-family: 'Calluna';
src:
url('Calluna-Regular.woff2') format('woff2'),
url('Calluna-Regular.woff') format('woff'),
url('Calluna-Regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Calluna';
src:
url('Calluna-Bold.woff2') format('woff2'),
url('Calluna-Bold.woff') format('woff'),
url('Calluna-Bold.ttf') format('truetype');
font-weight: bold;
font-style: normal;
font-display: swap;
}

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.

View File

@@ -0,0 +1,32 @@
@font-face {
font-family: 'Lato';
src:
url('Lato-Regular.woff2') format('woff2'),
url('Lato-Regular.woff') format('woff'),
url('Lato-Regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Lato';
src:
url('Lato-Light.woff2') format('woff2'),
url('Lato-Light.woff') format('woff'),
url('Lato-Light.ttf') format('truetype');
font-weight: 300;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Lato';
src:
url('Lato-Bold.woff2') format('woff2'),
url('Lato-Bold.woff') format('woff'),
url('Lato-Bold.ttf') format('truetype');
font-weight: bold;
font-style: normal;
font-display: swap;
}