Files
eapim-admin/WebContent/jsp/common/include/fonts.jsp
T
Rinjae c54ef1903f init
2025-09-05 17:16:26 +09:00

98 lines
3.0 KiB
Plaintext

<%--
Created by IntelliJ IDEA.
User: yunjy
Date: 2022-10-13
Time: 오전 10:29
To change this template use File | Settings | File Templates.
--%>
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
<style>
@font-face {
font-family: 'Material Icons';
font-style: normal;
font-weight: 400;
background-position: center left 5px, center left 5px;
src: url(<c:url value="/iconfonts/MaterialIconsOutlined-Regular.otf"/>); /* For IE6-8 */
src: local('Material Icons'),
local('MaterialIcons-Regular'),
url(<c:url value="/iconfonts/MaterialIcons-Regular.woff2"/>) format('woff2'),
url(<c:url value="/iconfonts/MaterialIcons-Regular.woff"/>) format('woff'),
url(<c:url value="/iconfonts/MaterialIconsOutlined-Regular.otf"/>) format('opentype');
}
@font-face {
font-family: 'Material Icons Outlined';
font-style: normal;
font-weight: 400;
src: url(<c:url value="/iconfonts/MaterialIconsOutlined-Regular.woff2"/>) format('woff2');
}
@font-face {
font-family: "Asap Condensed";
src: url(<c:url value="/fonts/AsapCondensed-Regular.ttf"/>) format("truetype");
font-weight: normal;
}
@font-face {
font-family: "Nato Sans";
src: url(<c:url value="/fonts/NotoSansKR-Regular.otf"/>) format("opentype");
font-weight: normal;
}
@font-face {
font-family: "Nato Sans";
src: url(<c:url value="/fonts/NotoSansKR-Bold.otf"/>) format("opentype");
font-weight: bold;
}
@font-face {
font-family: "Passion One";
src: url(<c:url value="/fonts/PassionOne-Regular.ttf"/>) format("opentype");
font-weight: normal;
}
@font-face {
font-family: "Passion One";
src: url(<c:url value="/fonts/PassionOne-Bold.ttf"/>) format("opentype");
font-weight: bold;
}
@font-face {
font-family: "Limelight";
src: url(<c:url value="/fonts/Limelight-Regular.ttf"/>) format("opentype");
font-weight: bold;
}
@font-face {
font-family: "Righteous";
src: url(<c:url value="/fonts/Righteous-Regular.ttf"/>) format("opentype");
font-weight: bold;
}
@font-face {
font-family: "Staatliches";
src: url(<c:url value="/fonts/Staatliches-Regular.ttf"/>) format("opentype");
font-weight: bold;
}
@font-face {
font-family: "Jost";
src: url(<c:url value="/fonts/Jost-Regular.ttf"/>) format("opentype");
font-weight: normal;
}
@font-face {
font-family: "Jost";
src: url(<c:url value="/fonts/Jost-Bold.ttf"/>) format("opentype");
font-weight: bold;
}
@font-face {
font-family: "Jost";
src: url(<c:url value="/fonts/Jost-Medium.ttf"/>) format("opentype");
font-weight: 500;
}
@font-face {
font-family: "MICE Gothic";
src: url(<c:url value="/fonts/MICEGothic.woff2"/>) format("woff2");
font-weight: normal;
}
@font-face {
font-family: "MICE Gothic";
src: url(<c:url value="/fonts/MICEGothic Bold.woff2"/>) format("woff2");
font-weight: bold;
}
</style>