chemin polices
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
@@ -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;
|
||||
|
@@ -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{
|
||||
|
Reference in New Issue
Block a user