Only the titles will pull from your h3 fonts. But you don’t have titles in the sidebar so that is all your body text. If you want to change the font and color for only the sidebar you can paste this into your custom css box in theme options > advanced settings:
.sidebar a {
color: #fff;
font-family: fantasy;
}
Just replace with desired color and font-family.
Hannah
sorry but this way my problem still is not resolved