Font Awesome - медицинские иконки
В этой главе объясняется использование значков Font Awesome Medical. Предположим, что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 Medical. Замените тег <body> вышеуказанной программы кодом, приведенным в таблице, чтобы получить соответствующие выходные данные -
Применение | Икона |
---|---|
<i class = "fa fa-ambulance custom"> </i> | |
<i class = "fa fa-h-square custom"> </i> | |
<i class = "fa fa-heart custom"> </i> | |
<i class = "fa fa-heart-o custom"> </i> | |
<i class = "fa fa-heartbeat custom"> </i> | |
<i class = "fa fa-hospital-o custom"> </i> | |
<i class = "fa fa-medkit custom"> </i> | |
<i class = "fa fa-plus-square custom"> </i> | |
<i class = "fa fa-stethoscope custom"> </i> | |
<i class = "fa fa-user-md custom"> </i> | |
<i class = "fa fa-wheelchair custom"> </i> |