corretti font url
This commit is contained in:
parent
0ff19ba5dc
commit
2c28bb1500
|
@ -12,7 +12,7 @@
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: Bracciolini;
|
font-family: Bracciolini;
|
||||||
src: url(/fonts/LDR_Bracciolini.otf);
|
src: url(../fonts/LDR_Bracciolini.otf);
|
||||||
}
|
}
|
||||||
|
|
||||||
.blog-main{
|
.blog-main{
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: Humanist-777;
|
font-family: Humanist-777;
|
||||||
src: url(/fonts/Humanist-777-Font.otf);
|
src: url(../fonts/Humanist-777-Font.otf);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue