디자인천일공책

Html&JQuery XE-icon, Fontawsome, LineAwsome Font

페이지 정보

작성자 디자인천일 작성일Date: 2025-03-26 21:28 조회view: 9

본문

XE-icon, Fontawsome, LineAwsome Font

아이콘 폰트


http://xpressengine.github.io/XEIcon/library-2.3.3.html

https://fontawesome.com/v6/search

https://icons8.com/line-awesome



//직접 업로드 했을때 XE-Icon

<link rel="stylesheet" type="text/css" href="<?php echo G5_THEME_CSS_URL; ?>/xeicon/xeicon.min.css">


//CDN XE-Icon

<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/xeicon@2.3.3/xeicon.min.css">


//CDN Fontawesome

<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css">


//CDN Line awesome

<link rel="stylesheet" href= "https://maxst.icons8.com/vue-static/landings/line-awesome/font-awesome-line-awesome/css/all.min.css" >

html

/* xe-icon, font-awesome icon */
<link rel="stylesheet" type="text/css" href="<?php echo G5_THEME_CSS_URL; ?>/xeicon/xeicon.min.css">
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/xeicon@2.3.3/xeicon.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css">
<link rel="stylesheet" href= "https://maxst.icons8.com/vue-static/landings/line-awesome/font-awesome-line-awesome/css/all.min.css" >

<link href="<?php echo G5_THEME_CSS_URL; ?>/fontawesome.css" rel="stylesheet" />
<link href="<?php echo G5_THEME_CSS_URL; ?>/brands.css" rel="stylesheet" />
<link href="<?php echo G5_THEME_CSS_URL; ?>/solid.css" rel="stylesheet" />