CSS customization doesn’t work
-
Hi, I have the problem that I want to adapt the headings and the post excerpt with a locally hosted font. Here the module should be addressed directly. On the website, other fonts are set globally. I have attached the code. I need quick help here. Thanks
Here is the code I used:
@font-face { font-family: 'UbuntuBold'; src: url('ftp://[email protected]/truckexperten.de/wp-content/uploads/et-fonts/ubuntu-bold.woff') format('woff'); font-weight: bold;}
@font-face { font-family: 'RobotoLight'; src: url('ftp://[email protected]/truckexperten.de/wp-content/uploads/et-fonts/roboto-light.woff') format('woff'); font-weight: lighter;}
.wpp-list li .wpp-thumbnail {
float: left;
margin: 0 1em 0.6em 0;
}
.wpp-list li .wpp-post-title {
font-family: ‘UbuntuBold’;
font-size: 14px;
line-height: 1.3;
margin-bottom: 0.2em;
}
.wpp-list li .wpp-excerpt {
font-family: ‘RobotoLight’;
font-size: 12px;
float: none;
clear: both;
margin: 0;
}The page I need help with: [log in to see the link]
The topic ‘CSS customization doesn’t work’ is closed to new replies.

