رفتن به مطلب

راهنمایی برای تغییر فونت قالب


fadakweb

پست های پیشنهاد شده

با سلام

بنده میخوام فونت قالب وردپرسم رو عوض کنم . کد ها بصورت زیر هستش . میخوام بهترین فونت رو براش بذارم . مثلا tahoma . کدهای فایل css بصورت زیر هست . در جلوی هر قسمت می بینید که چندین فونت در روبه روی font-family: هستش . آیا باید مابقی فونت ها رو پاک کنم و tahoma بنویسم ؟


*/
@import url('fonts.css');
*{
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
}
body {
background-image:url(images/bg.png);
color:#444;
font-size:10pt;
font-family:tahoma;
direction:rtl;
}
*::selection {
background-color:#1083b3;
}
*::-moz-selection {
background-color:#1083b3;
}
*::-webkit-selection {
background-color:#1083b3;
}
.clear {
clear:both;
}
#top-menu {
background-color:#d4d4d4;
width:100%;
height:50px;
border-bottom:5px solid #c6c6c6;
position:fixed;
z-index:10;
margin-top:-70px;
}
#top-menu .boxi {
width:1000px;
margin:0 auto;
}
#top-menu ul {
font-family:tahoma;
font-size:15pt;
color:#696969;
text-shadow:1px 1px #fff;
list-style:none;
padding-top:8px;
}
#top-menu ul li {
display:inline;
}
#top-menu ul a {
background-image:url(images/top-menu-cat.png);
background-repeat:no-repeat;
background-position:right;
padding-right:15px;
padding-left:10px;
padding-top:12px;
padding-bottom:12px;
text-decoration:none;
color:#696969;
transition:background-color 0.2s,text-shadow 0.2s;
-moz-transition:background-color 0.2s,text-shadow 0.2s;
-webkit-transition:background-color 0.2s,text-shadow 0.2s;
}
#top-menu ul a:hover {
background-color:#c6c6c6;
color:#fff;
text-shadow:1px 1px #444;
}
#top-menu form {
width:300px;
height:30px;
float:left;
margin-left:-40px;
margin-top:-30px;
font-family:'PWG-BYekan',B yekan,tahoma;
text-shadow:1px 1px #fff;
}
#top-menu form .search {
width:200px;
height:100%;
font-family:'PWG-BYekan',B yekan,tahoma;
}
#top-menu form .btn {
width:40px;
height:100%;
font-family:'PWG-BYekan',B yekan,tahoma;
position:relative;
top:1px;
transition:all 0.3s;
-moz-transition:all 0.3s;
-webkit-transition:all 0.3s;
}
#top-menu form .btn:hover {
background-color:#1083b3;
color:#fff;
text-shadow:1px 1px #444;
}
#container {
width:1000px;
margin:0 auto;
}
#header {
width:100%;
height:175px;
background-color:#e5e5e5;
margin-top:70px;
border-bottom:6px solid #d4d4d4;
border-top:6px solid #d4d4d4;
}
#header .logo {
height:175px;
width:315px;
background-color:#ff4e00;
float:right;
color:#9d3000;
text-shadow:1px 1px #ffc7af;
transition:all 0.5s;
-moz-transition:all 0.5s;
-webkit-transition:all 0.5s;
}
#header .logo:hover {
background-color:#1083b3;
color:#05445f;
text-shadow:1px 1px #2eb3ea;
}
#header .logo .title {
font-family:'PWG-BYekan',B yekan,B nazanin,arial,tahoma;
font-size:24pt;
color:#fff;
text-shadow:1px 1px #444;
text-align:center;
margin-top:45px;
}
#header .logo .tagline {
font-family:'PWG-BYekan',B yekan,B nazanin,arial,tahoma;
font-size:16pt;
text-align:center;
}
#header .menu {
height:50px;
width:685px;
background-color:#404040;
float:left;
margin-top:25px;
}
#header .menu ul {
font-family:'PWG-BYekan',B yekan,tahoma;
font-size:10pt;
color:#696969;
text-shadow:1px 1px #444;
padding-top:15px;
list-style-type:none;
}
#header .menu ul li {
display:inline;
}
#header .menu ul a {
padding-right:10px;
padding-left:10px;
padding-top:10px;
padding-bottom:10px;
text-decoration:none;
color:#fff;
}
#header .menu ul a:hover {
color:#ecebeb;
}
#header .share {
width:250px;
height:70px;
padding:5px 5px 5px 5px;
float:left;
margin-top:20px;
margin-left:30px;
}
#header .share .fb {
background-color:#094ab2;
background-image:url(images/facebook.png);
width:60px;
height:60px;
float:left;
margin-right:10px;
transition:background-color 0.4s;
-moz-transition:background-color 0.4s;
-webkit-transition:background-color 0.4s;
}
#header .share .fb:hover {
background-color:#818181;
}
#header .share .tt {
background-color:#1083b3;
background-image:url(images/twitter.png);
width:60px;
height:60px;
float:left;
margin-right:10px;
transition:background-color 0.4s;
-moz-transition:background-color 0.4s;
-webkit-transition:background-color 0.4s;
}
#header .share .tt:hover {
background-color:#818181;
}
#header .share .rss {
background-color:#e8be1b;
background-image:url(images/rss.png);
width:60px;
height:60px;
float:left;
transition:background-color 0.4s;
-moz-transition:background-color 0.4s;
-webkit-transition:background-color 0.4s;
}
#header .share .rss:hover {
background-color:#818181;
}
#right {
width: 220px;
padding-top: 5px;
padding-bottom: 5px;
float: right;
overflow: hidden;
}
#leftside {
width:220px;
padding-top:5px;
padding-bottom:5px;
float:left !important;
}
#right .side,#leftside .side{
padding-top:10px;
padding-bottom:5px;
background-color:#fff;
border:1px solid #e2e2e2;
margin-bottom:5px;
}
#right .side h2,#leftside .side h2 {
width:207px;
height:35px;
background-color:#404040;
color:#fff;
text-shadow:1px 1px #444;
font-family:'PWG-BYekan',B yekan,tahoma;
font-weight:normal;
font-size:13pt;
padding-right:10px;
padding-top:7px;
}
#right .side .icon,#leftside .side .icon {
float:left;
background:#00b600 url(images/folder.png);
width:42px;
height:42px;
margin-top:-7px;
transition:background 0.5s;
-moz-transition:background 0.5s;
-webkit-transition:background 0.5s;
}
#right .side .icon:hover,#leftside .side .icon:hover {
background:#1083b3 url(images/folder.png);
}
#right .side ul,#leftside .side ul {
padding:5px 5px 5px 5px;
list-style-type:none;
}
#right .side ul li,#leftside .side ul li {
margin-bottom:5px;
}
#right .side ul a,#leftside .side ul a {
background-image:url(images/cat.png);
background-repeat:no-repeat;
background-position:right;
text-decoration:none;
padding:10px 20px 10px 5px;
font-family:'PWG-BYekan',B yekan,tahoma;
color:#72697b;
text-shadow:1px 1px #fff;
background-color:#e9e9e9;
display:block;
transition:background-color 0.3s,color 0.2s,text-shadow 0.2s,padding-right 0.3s;
-moz-transition:background-color 0.3s,color 0.2s,text-shadow 0.2s,padding-right 0.3s;
-webkit-transition:background-color 0.3s,color 0.2s,text-shadow 0.2s,padding-right 0.3s;
}
#right .side ul a:hover,#leftside .side ul a:hover {
color:#fff;
text-shadow:1px 1px #444;
background-color:#1083b3;
padding-right:30px;
}
#right .side a,#leftside .side a {
padding:2px 2px 2px 2px;
background-color:#eee;
color:#444;
text-shadow:1px 1px #fff;
text-decoration:none;
font-family:'PWG-BYekan',B yekan,tahoma;
transition:all 0.3s;
-moz-transition:all 0.3s;
-webkit-transition:all 0.3s;
}
#right .side a:hover,#leftside .side a:hover {
background-color:#bbb;
color:#fff;
text-shadow:1px 1px #444;
}
#right .side select,#leftside .side select {
width:100%;
font-family:'PWG-BYekan',B yekan,tahoma;
margin-top:5px;
background-color:#eee;
border:1px solid #ddd;
transition:all 0.3s;
-moz-transition:all 0.3s;
-webkit-transition:all 0.3s;
}
#right .side select:hover,#leftside .side select:hover{
padding-right:10px;
}
#right .side input,#leftside .side input {
font-family:'PWG-BYekan',B yekan,tahoma;
margin-top:5px;
background-color:#eee;
border:1px solid #ddd;
padding:5px 5px 5px 5px;
transition:all 0.3s;
-moz-transition:all 0.3s;
-webkit-transition:all 0.3s;
}
#right .side input:hover , #right .side input:focus,#leftside .side input:hover,#leftside .side input:focus {
background-color:#f8f8f8;
}
#right .side table,#leftside .side table {
width:305px;
margin-right:5px;
font-family:'PWG-BYekan',B yekan,tahoma;
}
#right .side table td,#leftside .side table td {
background-color:#eee;
text-align:center;
}
#right .side table td a,#leftside .side table td a {
display:block;
text-align:center;
background-color:#1083b3;
color:#fff;
text-shadow:1px 1px #444;
}
#right .side table th,#leftside .side table th {
background-color:#eee;
text-align:center;
border:1px solid #bbb;
padding:2px 0px 2px 0px;
}
#leftside {
width:208px;
float:left;
margin-top: 5px;
overflow:hidden;
}
#leftside .side h2 {
width:195px;
}
#leftside .side table {
width:100% !important;
}
#left {
width: 560px;
float: right;
margin-right: 6px;
overflow: hidden;
}
.index-post {
width:560px;
height:340px;
background-color:#fff;
float:left;
border:1px solid #e2e2e2;
margin-top:5px;
font-family:tahoma;
font-size:9pt;
color:#444;
text-shadow:1px 1px #fff;
overflow:hidden;
}
.index-post .title{
font-family:'PWG-BYekan',B yekan,B nazanin,arial,tahoma;
font-size:16pt;
text-shadow:1px 1px #444;
background-color:#404040;
height:35px;
color:#fff;
font-weight:normal;
margin-top:5px;
padding-right:20px;
padding-top:3px;
padding-bottom:3px;
}
.index-post .title .icon{
width:41px;
height:41px;
background-image:url(images/post-icon.png);
background-color:#00b600;
float:left;
margin-top:-3px;
transition:background-color 0.5s;
-moz-transition:background-color 0.5s;
-webkit-transition:background-color 0.5s;
}
.index-post .title .icon:hover {
background-color:#1083b3;
}
.index-post img {
display:block;
float:right;
width:200px;
height:150px;
margin-top:17px;
margin-right:20px;
padding:5px 5px 5px 5px;
border:5px solid #efefef;
transition:border 0.3s;
-moz-transition:border 0.3s;
-webkit-transition:border 0.3s;
}
.index-post img:hover {
border:5px solid #1083b3;
}
.index-post .text {
width:290px;
height:225px;
float:left;
margin-top:30px;
padding-left:20px;
line-height:25px;
}
.index-post .info {
width:560px;
height:40px;
margin-top:258px;
font-family:'PWG-BYekan',B yekan,tahoma;
font-size:10pt;
text-align:center;
}
.index-post .info .continue a {
width:120px;
height:100%;
background-color:#ff4e00;
float:left;
padding-top:8px;
padding-bottom:8px;
text-decoration:none;
color:#fff;
text-shadow:1px 1px #444;
transition:background-color 0.5s;
-moz-transition:background-color 0.5s;
-webkit-transition:background-color 0.5s;
}
.index-post .info .continue a:hover {
background-color:#818181;
}
.index-post .info .views {
width:120px;
height:100%;
background-color:#00b600;
float:left;
padding-top:7px;
text-decoration:none;
color:#fff;
text-shadow:1px 1px #444;
transition:background-color 0.5s;
-moz-transition:background-color 0.5s;
-webkit-transition:background-color 0.5s;
}
.index-post .info .views:hover {
background-color:#818181;
}
.index-post .info .cat {
padding:0px 20px 0px 20px;
text-decoration:none;
color:#fff;
height:30px;
background-color:#ac1eb0;
float:left;
padding-top:7px;
text-decoration:none;
color:#fff;
text-shadow:1px 1px #444;
transition:background-color 0.5s;
-moz-transition:background-color 0.5s;
-webkit-transition:background-color 0.5s;
}
.index-post .info .cat a {
color:#fff;
text-decoration:none;
text-shadow:1px 1px #444;
}
.index-post .info .cat:hover {
background-color:#818181;
}
.index-post .info .author {
width:120px;
height:100%;
background-color:#1083b3;
float:left;
padding-top:7px;
text-decoration:none;
color:#fff;
text-shadow:1px 1px #444;
transition:background-color 0.5s;
-moz-transition:background-color 0.5s;
-webkit-transition:background-color 0.5s;
}
.index-post .info .author:hover {
background-color:#818181;
}
.index-post .title .alignright {
width:200px;
float:right;
text-align:center;
}
.index-post .title .alignleft {
width:200px;
float:left;
text-align:center;
}
.index-post .title .alignright a , .index-post .title .alignleft a {
text-decoration:none;
display:block;
color:#eee;
text-shadow:1px 1px #000;
}
.index-post .title .alignright a:hover , .index-post .title .alignleft a:hover {
color:#fff;
}
.single-post {
width:560px;
padding:0px 0px 10px 0px;
background-color:#fff;
float:left;
border:1px solid #e2e2e2;
margin-top:5px;
font-family:tahoma;
font-size:9pt;
color:#444;
text-shadow:1px 1px #fff;
overflow:hidden;
}
.single-post .title {
font-family:'PWG-BYekan',B yekan,B nazanin,arial,tahoma;
font-size:13pt;
text-shadow:1px 1px #444;
background-color:#404040;
height:35px;
color:#fff;
font-weight:normal;
margin-top:5px;
padding-top:3px;
padding-bottom:3px;
margin-bottom:10px;
}
.single-post .title .icon{
width:41px;
height:41px;
background-image:url(images/post-icon.png);
background-color:#00b600;
float:left;
margin-top:-3px;
transition:background-color 0.5s;
-moz-transition:background-color 0.5s;
-webkit-transition:background-color 0.5s;
}
.single-post .title .icon:hover {
background-color:#1083b3;
}
.single-post img {
padding:5px 5px 5px 5px;
border:5px solid #efefef;
transition:border 0.3s;
-moz-transition:border 0.3s;
-webkit-transition:border 0.3s;
}
.single-post img:hover {
border:5px solid #1083b3;
}
.single-post p {
width:540px;
margin:0 auto;
line-height:25px;
}
.single-post blockquote {
font-style:italic;
margin-right:20px;
margin-left:20px;
padding-right:10px;
background-color:#eee;
border-left:5px solid #bbb;
}
.single-post blockquote p {
width:500px;
}
.single-post a {
text-decoration:none;
color:#000;
}
.single-post a:hover {
color:#595959;
}
.single-post strong {
font-weight:700;
}
.single-post h6 {
font-family:'PWG-BYekan',B yekan,tahoma;
font-size:12pt;
text-shadow:1px 1px #fff;
padding-right:10px;
}
.single-post h5 {
font-family:'PWG-BYekan',B yekan,tahoma;
font-size:14pt;
text-shadow:1px 1px #fff;
padding-right:10px;
}
.single-post h4 {
font-family:'PWG-BYekan',B yekan,tahoma;
font-size:16pt;
text-shadow:1px 1px #fff;
padding-right:10px;
}
.single-post h3 {
font-family:'PWG-BYekan',B yekan,tahoma;
font-size:18pt;
text-shadow:1px 1px #fff;
padding-right:10px;
}
.single-post h2 {
font-family:'PWG-BYekan',B yekan,tahoma;
font-size:19pt;
text-shadow:1px 1px #fff;
padding-right:10px;
}
.single-post h1 {
font-family:'PWG-BYekan',B yekan,tahoma;
font-size:20pt;
text-shadow:1px 1px #fff;
padding-right:10px;
}
.single-post ul {
font-size:9pt;
text-shadow:1px 1px #fff;
margin-right:20px;
line-height:25px;
border-left:5px solid #bbb;
background-color:#eee;
padding-right:20px;
margin-left:20px;
}
.single-post ul li {
padding-right:1px;
}
.single-post ol {
font-size:9pt;
text-shadow:1px 1px #fff;
margin-right:20px;
line-height:25px;
border-left:5px solid #bbb;
background-color:#eee;
padding-right:20px;
margin-left:20px;
}
.single-post ol li {
padding-right:1px;
}
.single-post .wp-caption {
display:block;
background-color:#eee;
padding:5px 0px 10px 10px;
text-align:center;
margin:0 auto;
}
.single-post .wp-caption p {
text-align:center;
display:block;
}
.single-post .wp-caption img {
display:block;
transition:all 0.3s;
-moz-transition:all 0.3s;
-webkit-transition:all 0.3s;
margin:0 auto;
}
.single-post input {
border:1px solid #ddd;
font-family:'PWG-BYekan',B yekan,tahoma;
padding:5px 5px 5px 5px;
background-color:#eee;
color:#444;
transition:all 0.3s;
-moz-transition:all 0.3s;
-webkit-transition:all 0.3s;
}
.single-post input:focus {
background-color:#f5f3f3;
}
.single-post textarea {
border:1px solid #ddd;
font-family:'PWG-BYekan',B yekan,tahoma;
padding:5px 5px 5px 5px;
background-color:#eee;
color:#444;
transition:all 0.3s;
-moz-transition:all 0.3s;
-webkit-transition:all 0.3s;
min-width:500px;
}
.single-post textarea:focus {
background-color:#f5f3f3;
}
.gallery {
margin:5px 5px 5px 5px;
}
.gallery img {
width:150px;
height:125px;
float:right;
margin-right:15px;
display:block;
transition:all 0.3s;
-moz-transition:all 0.3s;
-webkit-transition:all 0.3s;
}
.gallery img:hover {
border:2px solid #1083b3 !important;
opacity:0.8;
}
.gallery .gallery-item {
width:160px !important;
height:130px !important;
}
.gallery .gallery-caption {
font-family:'PWG-BYekan',B yekan,tahoma !important;
text-shadow:1px 1px #fff;
font-size:10pt;
margin-right:40px;
display:none;
}
.tags {
padding: 10px;
background-color: #EEE;
width: 540px;
border: 1px solid #DDD;
margin-top: 20px;
color: #BBB;
float: left;
}
.tags a {
color:#bbb;
}
.tags strong {
font-family:'PWG-BYekan',B yekan,tahoma;
color:#444;
font-size:10pt;
}
.author-bio {
padding:10px 10px 10px 10px;
background-color:#eee;
width:655px;
min-height:120px;
border:1px solid #ddd;
margin-top:20px;
}
.author-bio h4 {
font-family:'PWG-BYekan',B yekan,B nazanin,arial,tahoma;
font-size:12pt;
border:1px dashed #fff;
}
.author-bio .desc {
padding:1px 0px 1px 0px;
width:550px;
margin-top:-85px;
margin-right:100px;
}
.comment-container {
padding:5px 5px 5px 5px;
position:relative;
right:-2px;
top:5px;
width:665px;
background-color:#f8f8f8;
border:1px solid #ddd;
margin-top:10px;
text-shadow:1px 1px #fff;
font-size:10pt;
overflow:hidden;
}
.comment-container a {
color:#000;
text-decoration:none;
}
.comment-container a:hover {
color:#444 !important;
text-decoration:none;
}
.section-title {
height:30px;
width:665px !important;
position:relative;
right:-5px;
border:1px solid #e5e4e4;
background-color:#444;
font-family:'PWG-BYekan',B yekan,B Nazanin,arial,tahoma;
font-size:13pt;
text-align:center;
color:#fff;
text-shadow:1px 1px #000;
font-weight:normal;
padding:7px 10px 5px 10px;
margin-bottom:15px;
text-align:right;
}
.comment-data {
float: right;
}
.comment-data p {
color:#444;
font-family:'PWG-BYekan',B yekan,tahoma;
font-size:10pt;
}
.comment-author {
color:#444;
font-family:'PWG-BYekan',B yekan,tahoma;
font-size:10pt;
}
.comment-meta {
color: #444;
margin-bottom: 5px;
font-size:10pt;
}
.unapproved {
font-style: italic;
}
#comments label {
font-size:10pt;
color: #444;
font-family:'PWG-BYekan',B yekan,tahoma;
padding: 5px 0;
display: block;
}
#comments input {
width: 240px;
margin-bottom: 10px;
padding: 5px;
border: 1px solid #ddd;
font-family:'PWG-BYekan',B yekan,B zar,tahoma;
color:#444;
transition:all 0.3s;
-moz-transition:all 0.3s;
-webkit-transition:all 0.3s;
}
#comments input:focus {
background-color:#eee;
margin-right:10px;
}
#comment-form{
float:right;
width: 420px;
height:170px;
position:relative;
margin-bottom: 10px;
padding: 5px;
border: 1px solid #ddd;
font-family:'PWG-BYekan',B yekan,tahoma;
color:#444;
transition:all 0.3s;
-moz-transition:all 0.3s;
-webkit-transition:all 0.3s;
}
#comment-form:focus {
background-color:#eee;
}
#comments #submit {
background-color:#ddd;
position:relative;
top:10px;
width:420px;
cursor: pointer;
transition:all 0.3s;
-moz-transition:all 0.3s;
-webkit-transition:all 0.3s;
}
#comments #submit:hover {
background-color:#1083b3;
color:#fff;
}
ol.commentlist {
list-style:none;
margin:0;
padding:0;
width: 560px;
float: left;
margin-top: 50px;
}
ol.commentlist li {
border:1px solid #eee;
margin:0 0 10px;
padding:5px 80px 5px 7px;
position:relative;
}
ol.commentlist li.pingback .comment-author {
padding:0 0 0 170px;
}
ol.commentlist li div.vcard {
font-weight:bold;
font-size: 14px;
line-height: 16px;
}
ol.commentlist li div.vcard cite.fn {
font-style:normal;
font-size: 14px;
}
ol.commentlist li div.vcard cite.fn a.url {
text-decoration:none;
}
ol.commentlist li div.vcard cite.fn a.url:hover {
color:#000;
}
ol.commentlist li div.vcard img.avatar {
right:7px;
position:absolute;
top:7px;
background: #eee;
border:4px solid #ddd;
padding: 5px;
transition:all 0.3s;
-moz-transition:all 0.3s;
-webkit-transition:all 0.3s;
}
ol.commentlist li div.vcard img.avatar:hover {
border:4px solid #1083b3;
}
ol.commentlist li div.comment-meta {
font-size: 10px;
line-height: 16px;
position:absolute;
left:10px;
text-align:left;
top:5px;
}
ol.commentlist li div.comment-meta a {
color:#bbb;
text-decoration:none;
font-family:'PWG-BYekan',B yekan,tahoma;
font-size:10pt;
text-shadow:1px 1px #fff;
font-weight:200;
}
ol.commentlist li p {
font-weight:normal;
font-size: 12px;
line-height: 16px;
margin:5px 0 12px;
}
ol.commentlist li ul {
font-weight:normal;
font-size: 12px;
line-height: 16px;
list-style:square;
margin:0 0 12px;
padding:0;
}
ol.commentlist li div.reply {
background-color:#ddd;
margin-bottom:5px;
text-align:center;
width:80px;
height:25px;
font-family:'PWG-BYekan',B yekan,tahoma;
transition:all 0.3s;
-moz-transition:all 0.3s;
-webkit-transition:all 0.3s;
}
ol.commentlist li div.reply:hover {
background:#1083b3;
color:#fff;
text-shadow:1px 1px #444;
}
ol.commentlist li div.reply a {
color:#fff;
text-shadow:1px 1px #444;
text-decoration:none;
text-transform:uppercase;
}
ol.commentlist li div.reply a:hover {
color:#fff !important;
}
ol.commentlist li ul.children {
list-style:none;
margin:12px 0 0; text-indent:0;
}
ol.commentlist li ul.children li.depth-2 {
margin:0 0 3px;
}
ol.commentlist li ul.children li.depth-3 {
margin:0 0 3px;
}
ol.commentlist li ul.children li.depth-4 {
margin:0 0 3px;
}
ol.commentlist li ul.children li.depth-5 {
margin:0 0 3px; }
ol.commentlist ul.children li.odd {
background:#fff;
}
ol.commentlist ul.children li.even {
background:#f6f6f6;
}
ol.commentlist li.pingback div.vcard {
padding:0 0 0 170px;
}
#footer-container {
width:100%;
background-color:#404040;
margin-top:10px;
border-top:5px solid #c6c6c6;
color:#fff;
text-shadow:1px 1px #444;
}
#footer-container .boxi {
width:1000px;
overflow:hidden;
margin:0 auto;
padding:10px 10px 10px 10px;
}
#footer-container .widget {
width:290px;
height:255px;
float:right;
margin-bottom:5px;
margin-left:10px;
padding:5px;
overflow:hidden;
}
#footer-container .wider {
width:360px;
}
#footer-container .widget ul {
list-style-type: none;
font:12px/2 'B yekan';
margin-top:5px;
}
#footer-container .widget ul li {
padding:5px;
background:#444;
margin-top:2px;
margin-bottom:3px;
color:#fafafa;
transition:all 0.3s ease;
-moz-transition:all 0.3s ease;
-webkit-transition:all 0.3s ease;
}
#footer-container .widget ul li a {
color:#eee;
text-decoration: none;
}
#footer-container .widget ul li:hover {
background:#1083b3;
}
#footer-container .widget h3 {
font:18px/2 'B yekan';
border-bottom:1px solid #333;
}
#footer-container .line {
width:990px;
height:0px;
border-bottom:1px solid #444;
border-top:1px solid #333;
margin-top:5px;
}
#footer-container .boxi h6 {
width:600px;
float:right;
font:13px/2 'B yekan';
}
#commentform {
width: 560px;
float: left;
}

تشکر

لینک به ارسال

سلام. نام فونتی که در اول نوشته شده اولویت داره.

میتونید فونت مورد نظر رو اول بیارید، یا میتونید بقیه رو حذف کنید.

ویرایش شده توسط Pouya
لینک به ارسال

با تشکر از راهنمایی شما . تمامی فونت ها رو بصورت tahoma کردم ولی تغییری حاصل نشد

فونت قسمت های زیر رو چطور می تونم تغییر بدم ؟

اسکرین شات از این قسمت ها

post-3689-0-98542200-1400439375_thumb.pn

post-3689-0-34553500-1400439380_thumb.pn

مرسی

لینک به ارسال

به گفتگو بپیوندید

هم اکنون می توانید مطلب خود را ارسال نمایید و بعداً ثبت نام کنید. اگر حساب کاربری دارید، برای ارسال با حساب کاربری خود اکنون وارد شوید .

مهمان
ارسال پاسخ به این موضوع ...

×   شما در حال چسباندن محتوایی با قالب بندی هستید.   حذف قالب بندی

  تنها استفاده از 75 اموجی مجاز می باشد.

×   لینک شما به صورت اتوماتیک جای گذاری شد.   نمایش به صورت لینک

×   محتوای قبلی شما بازگردانی شد.   پاک کردن محتوای ویرایشگر

×   شما مستقیما نمی توانید تصویر خود را قرار دهید. یا آن را اینجا بارگذاری کنید یا از یک URL قرار دهید.

×
×
  • اضافه کردن...