Little changes in Danland sub-theme
Danetsoft uses a sub-theme of Danland, namely Danblog. We slightly change the theme a little different from the standard, especially on article title and block title.
Changes that we do is only on the font family in these parts, the default theme using the Verdana and we have turned into Arial. We also already commit this in Danland's repository, and the next release of Danland will include these changes.
Here are the code that we added on danblog.css:
h1,h2,h3,h4,h5,h6 {
font-family: Arial, Helvetica, sans-serif;
}
#nav li a{
font-family: Arial, Helvetica, sans-serif;
}
#superfish .menu a,
#superfish .menu a:visited {
font-family: Arial, Helvetica, sans-serif;
}
So if you want to change the display of the Danland sub-theme like on our website, then you must add the code above on danblog.css.