chemin polices

This commit is contained in:
2024-06-03 15:26:40 +02:00
parent f6051b15b1
commit 3de4659173
2188 changed files with 2028 additions and 234 deletions

View File

@@ -3,8 +3,8 @@
@font-face {
font-family: 'Marianne';
src: url('../fonts/Marianne/Marianne-Thin.woff2') format('woff2'),
url('../fonts/Marianne/Marianne-Thin.woff') format('woff');
src: url('./theme/custom/quartiers_de_demain/fonts/Marianne/Marianne-Thin.woff2') format('woff2'),
url('./theme/custom/quartiers_de_demain/fonts/Marianne/Marianne-Thin.woff') format('woff');
font-weight: 300;
font-style: normal;
}

View File

@@ -12,7 +12,7 @@
display: flex;
flex-direction: row;
&::before{
content: url(../images/noun-arrow-download.svg);
content: url(../img/noun-arrow-download.svg);
padding-right: 00.3rem;
}
.field-content{
@@ -204,7 +204,7 @@
&:hover{
filter: brightness(75%);
transition: 0.2s;
cursor: url(../images/noun-loop-3037049.svg), auto;
cursor: url(../img/noun-loop-3037049.svg), auto;
cursor: zoom-in;
cursor: -moz-zoom-in;
cursor: -webkit-zoom-in;

View File

@@ -29,7 +29,7 @@
display: inline-block;
text-align: top;
&::before{
content:url(../images/up-arrow.svg) ;
content:url(../img/up-arrow.svg) ;
width: 50%;
}
// .fa{