Hi,
Thanks for your answer.
Cant share a link because the site is not live yet. All I did so far is the following to include the locally hosted font AurachTri
@font-face {
font-family: AurachTri;
src: url(.../AurachTri.ttf);
font-weight: normal;
}
.site-title {
font-family: "AurachBi", Arial, sans-serif;
font-size:200%
}
..same for various headlines.
Now I want to do the same for the Main Navigation Menu under the header, but I don’t know how to adress it in CSS.
Regards & Nice WE
Sebastian
-
This reply was modified 1 year, 4 months ago by sebert81.