Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
Using the "view element code" in the chrome browser (if you use it, personally, yes), we look at which class is responsible for the block where the article is located.
Next, edit the file
Add this piece of code if it is not there or change it if it is:
@font-face {
font-family: Pompadur; /* Гарнитура (название) шрифта */
src: url(fonts/pompadur.ttf); /* Путь к файлу со шрифтом */
}
*нужный класс для статьи* {
font-family: Pompadur, 'Comic Sans MS', cursive;
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question