글꼴 굉장-의료 아이콘
이 장에서는 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> |