Answer the question
In order to leave comments, you need to log in
Why is the font not displayed on the site?
here is the css:
@font-face {
font-family: "Font";
src: url(/fonts/font1.ttf);
font-style: normal;
font-weight: normal;
}
body {
margin: 0;
font-family: "Font";
background: linear-gradient(#36D1DC, #5B86E5) no-repeat;
background-attachment: inherit;
color: white;
min-height: 100vh;
}
Answer the question
In order to leave comments, you need to log in
And what is in the console, for sure something is written about the font?
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question