Font Awesome - гендерные иконки
В этой главе объясняется использование значков Font Awesome Gender. Предположим, чтоcustom - это имя класса CSS, в котором мы определили размер и цвет, как показано в приведенном ниже примере.
<html>
<head>
<link rel = "stylesheet" href = "http://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.3.0/css/font-awesome.min.css">
<style>
i.custom {font-size: 2em; color: gray;}
</style>
</head>
<body>
<i class = "fa fa-adjust custom"></i>
</body>
</html>
В следующей таблице показано использование и результаты значков Font Awesome Gender. Замените тег <body> вышеуказанной программы кодом, приведенным в таблице, чтобы получить соответствующие выходные данные -
Применение | Результат |
---|---|
<i class = "fa fa-гендерный обычай"> </i> | |
<i class = "fa fa-Interxx custom"> </i> | |
<i class = "fa fa-mars custom"> </i> | |
<i class = "fa fa-mars-double custom"> </i> | |
<i class = "fa fa-mars-stroke custom"> </i> | |
<i class = "fa fa-mars-stroke-h custom"> </i> | |
<i class = "fa fa-mars-stroke-v custom"> </i> | |
<i class = "fa fa-mercury custom"> </i> | |
<i class = "fa fa-neuter custom"> </i> | |
<i class = "fa fa-transgender custom"> </i> | |
<i class = "fa fa-transgender-alt custom"> </i> | |
<i class = "fa fa-venus custom"> </i> | |
<i class = "fa fa-venus-double custom"> </i> | |
<i class = "fa fa-venus-mars custom"> </i> |