0.0.0 • Published 7 months ago

fonts-archive-one-mobile v0.0.0

Weekly downloads
-
License
-
Repository
-
Last release
7 months ago

ONE Mobile

Visit Source

 

CSS

font-family: 'ONE Mobile';

 

link

<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/fonts-archive-one-mobile/ONEMobile.css" type="text/css"/>

 

import

@import url('https://cdn.jsdelivr.net/npm/fonts-archive-one-mobile/ONEMobile.css');

 

font-face

@font-face {
    font-family: 'ONE Mobile';
    font-weight: 300;
    font-style: normal;
    font-display: swap;
    src: url('https://cdn.jsdelivr.net/npm/fonts-archive-one-mobile/ONEMobile-Light.woff2') format('woff2'),
         url('https://cdn.jsdelivr.net/npm/fonts-archive-one-mobile/ONEMobile-Light.woff') format('woff'),
         url('https://cdn.jsdelivr.net/npm/fonts-archive-one-mobile/ONEMobile-Light.otf') format('opentype'),
         url('https://cdn.jsdelivr.net/npm/fonts-archive-one-mobile/ONEMobile-Light.ttf') format('truetype');
}
@font-face {
    font-family: 'ONE Mobile';
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url('https://cdn.jsdelivr.net/npm/fonts-archive-one-mobile/ONEMobile-Regular.woff2') format('woff2'),
         url('https://cdn.jsdelivr.net/npm/fonts-archive-one-mobile/ONEMobile-Regular.woff') format('woff'),
         url('https://cdn.jsdelivr.net/npm/fonts-archive-one-mobile/ONEMobile-Regular.otf') format('opentype'),
         url('https://cdn.jsdelivr.net/npm/fonts-archive-one-mobile/ONEMobile-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'ONE Mobile';
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    src: url('https://cdn.jsdelivr.net/npm/fonts-archive-one-mobile/ONEMobile-Bold.woff2') format('woff2'),
         url('https://cdn.jsdelivr.net/npm/fonts-archive-one-mobile/ONEMobile-Bold.woff') format('woff'),
         url('https://cdn.jsdelivr.net/npm/fonts-archive-one-mobile/ONEMobile-Bold.otf') format('opentype'),
         url('https://cdn.jsdelivr.net/npm/fonts-archive-one-mobile/ONEMobile-Bold.ttf') format('truetype');
}

 

라이센스 본문

· 개인 및 기업 사용자를 포함한 모든 사용자에게 무료로 제공되며 모든 용도의 상업적 이용이 가능합니다. 
· 단, 글꼴 자체의 유료 판매, 수정 및 재배포를 할 수 없습니다. 
· ONE 모바일 고딕체 및 ONE 모바일 POP체의 지적재산권은 ㈜원스토어에 있습니다.
0.0.0

7 months ago