Answer the question
In order to leave comments, you need to log in
Font not changing when deployed to heroku?
Hello! I am new to programming. I'm making a blog using django, the blog has a title, I want to change the font for it. I downloaded the font and installed it in static / fonts in the css file
@font-face {
font-family: "AkademieAlte";
font-style: normal;
font-weight: normal;
src: url("../fonts/AkademieAlte.ttf") format('truetype');
}
h1 a {
color: #29ff07;
font-family: 'AkademieAlte';
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question