changement design home

This commit is contained in:
2021-11-26 10:25:01 +01:00
parent 3bd8464d23
commit 74a6143096
36 changed files with 211 additions and 75 deletions
+16 -1
View File
@@ -105,5 +105,20 @@
}
/* Manifont Grotesk */
/* Source Code Pro */
@font-face {
font-family: 'Source Code Pro';
src: url('../fonts/source-code-pro/SourceCodePro-Medium.otf.woff2') format('woff2'),
url('../fonts/source-code-pro/SourceCodePro-Medium.otf.woff') format('woff');
font-weight: 500;
font-style: normal;
}
@font-face {
font-family: 'Source Code Pro';
src: url('../fonts/source-code-pro/SourceCodePro-Bold.otf.woff2') format('woff2'),
url('../fonts/source-code-pro/SourceCodePro-Bold.otf.woff') format('woff');
font-weight: 1000;
font-style: normal;
}