﻿@charset "utf-8";

/* webfont */

@font-face {
    font-family: 'Noto Sans Light';
    font-weight: normal;
    src: local(/tistory-admin-2017/font/NotoSansCJKkr-Light.woff);
    src: local(☺),
    url("") format('woff'),
    url("") format('opentype');
}

@font-face {
    font-family: 'Noto Sans DemiLight';
    font-weight: normal;
    src: local(/tistory-admin-2017/font/NotoSansCJKkr-DemiLight.woff);
    src: local("☺"),
    url("") format('woff'),
    url("") format('opentype');
}

@font-face {
    font-family: 'Noto Sans Regular';
    font-weight: normal;
    src: local(/tistory-admin-2017/font/NotoSansCJKkr-Regular.woff);
    src: local("☺"),
    url("assets/NotoSansCJKkr-Regular.woff") format('woff'),
    url("") format('opentype');
}

@font-face {
    font-family: 'Noto Sans Medium';
    font-weight: normal;
    src: local(//t1.daumcdn.net/tistory_admin/static/manage/font/NotoSansCJKkr-Medium.woff);
    src: local("☺"),
    url("") format('woff'),
    url("") format('opentype');
}

@font-face {
    font-family: 'AvenirNext Bold';
    font-weight: normal;
    src: local(https://t1.daumcdn.net/tistory_admin/static/font/AvenirNextLTPro/AvenirNextLTPro-Bold.eot);
    src: local("☺"),
    url("") format('woff2'),
    url("") format('woff'),
    url("") format('truetype');
}

@font-face {
    font-family: 'Avenir Next Regular';
    font-weight: normal;
    src: local(//t1.daumcdn.net/tistory_admin/static/font/AvenirNext-Regular.eot);
    src: local("☺"),
    url("") format('woff2'),
    url("") format('woff'),
    url("")format('opentype'),
    url("")format('truetype');
}

@font-face {
    font-family: Pretendard-Regular;
    font-weight: normal;
    src: local(Pretendard-Regular);
    src:
        local("☺"),
        url("assets/Pretendard-Regular.woff2") format("woff2"),
        url("assets/Pretendard-Regular.woff") format("woff"),
        url("assets/Pretendard-Regular.otf") format("opentype");
}

@font-face {
    font-family: Pretendard-SemiBold;
    font-weight: normal;
    src: local(Pretendard-SemiBold);
    src:
        local("☺"),
        url("") format("woff2"),
        url("") format("woff"),
        url("") format("opentype");
}