- Сообщений: 5
- Спасибо получено: 0
<?php if(($s5_fonts != "Arial") || ($s5_fonts != "Helvetica")|| ($s5_fonts != "Sans-Serif")) { ?>
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=<?php echo $s5_fonts;?>" />
<?php } ?>
Пожалуйста Войти или Регистрация, чтобы присоединиться к беседе.
<link href='http://fonts.googleapis.com/css?family=Andika&subset=cyrillic' rel='stylesheet' type='text/css'>
Instructions: To embed your Collection into your web page, copy the code as the first element in the <head> of your HTML document.
font-family: 'Andika', sans-serif;
В чем проблема-то? Добавьте ссылку на нужный шрифт в секцию <head> сайта, ну и в CSS тоже можно; в свойстве font-family. И в конце еще стандартные веб-шрифты добавьте, например:Instructions: Add the font name to your CSS styles just as you'd do normally with any other font.
h1 { font-family: 'PT Serif', arial, serif; }
Пожалуйста Войти или Регистрация, чтобы присоединиться к беседе.
<!--link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=<?php echo $s5_fonts;?>" /-->
Пожалуйста Войти или Регистрация, чтобы присоединиться к беседе.
Пожалуйста Войти или Регистрация, чтобы присоединиться к беседе.