Jump to content

Featured Replies

comment_84221

Шрифт по умолчанию задан здесь:

body {
  color: #5a5a5a;
  font: normal 11px tahoma,helvetica,arial,sans-serif;
  position: relative;
  padding-bottom: 20px;
}

Если всех ссылок, то достаточно дописать: 

a { font-family: Georgia, 'Times New Roman', Times, serif; }

или, если указывать размер и стиль, а не только семейство, то:

a { font: bold 11px  Georgia, 'Times New Roman', Times, serif; }

Если только ссылкам в определенном месте, то ищите классы и id элементов, и им прописывайте нужный шрифт.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.


Guest
Ответить в этой теме...

Последние посетители 0

  • No registered users viewing this page.