Jeg har forgæves forsøgt at ændre fonten på mit website - www.lykkebang.dk, men uden held. Jeg ved at jeg skal ind i style.css, men ved ikke hvordan og hvor i koden jeg skal ændre. Under / * Navigation styles * / er koden flg.: /* Navigation styles */ #nav {padding: 10px; font-size: 14px; position: relative; padding-bottom: 40px;} #nav li a {color: #000; text-decoration: none;} #nav li a:hover {color: #555; text-decoration: none;} #nav .pagenav, #nav .categories, #nav .subscribe {padding-top: 10px; } #nav span.navtitle {text-transform: uppercase; color: #999;} #nav li ul, div.search {margin-left: 10px;} #nav li.search, div.search {position: absolute; bottom:10px;} #s {background: #fff url(images/search.png) 1px 3px no-repeat; border: 1px solid #999; width: 157px; color: #000;font-size: 12px; padding: 4px 4px 4px 16px; font-family: "Calibri",Arial;} #s:hover {color:#555;background-color: #ccc;} #nav .current-cat a, #nav .current_page_item a {color: #888;} .box { padding: 0px; margin: 0 0 1px 1px;float: left; } .col1 {width:200px;} .col2 {width:401px;} .box a {color: #000;} h2.pagetitle {padding: 10px; text-transform: uppercase; color: #000; font-weight: bold;} h2.posttitle {line-height: 1.2;} Jeg vil ændre fonten til at være Times New Roman. Hvad skal jeg gøre? Håber I kan hjælpe... |
/* Navigation styles */
#nav {padding: 10px; font-size: 14px; position: relative; padding-bottom: 40px;}
#nav li a {color: #000; text-decoration: none; font-family: "Times New Roman", Times, serif;}
#nav li a:hover {color: #555; text-decoration: none;}
#nav .pagenav, #nav .categories, #nav .subscribe {padding-top: 10px; }
#nav span.navtitle {text-transform: uppercase; color: #999;}
#nav li ul, div.search {margin-left: 10px;}
#nav li.search, div.search {position: absolute; bottom:10px;}
#s {background: #fff url(images/search.png) 1px 3px no-repeat; border: 1px solid #999; width: 157px; color: #000;font-size: 12px; padding: 4px 4px 4px 16px; font-family: "Calibri",Arial;}
#s:hover {color:#555;background-color: #ccc;}
#nav .current-cat a, #nav .current_page_item a {color: #888;}
.box { padding: 0px; margin: 0 0 1px 1px;float: left; }
.col1 {width:200px;}
.col2 {width:401px;}
.box a {color: #000;}
h2.pagetitle {padding: 10px; text-transform: uppercase; color: #000; font-weight: bold;}
h2.posttitle {line-height: 1.2;}