0.0.0 • Published 7 months ago

fonts-archive-franklin-gothic v0.0.0

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

Franklin Gothic

Visit Source

 

CSS

font-family: 'Franklin Gothic';

 

link

<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/fonts-archive-franklin-gothic/FranklinGothic.css" type="text/css"/>

 

import

@import url('https://cdn.jsdelivr.net/npm/fonts-archive-franklin-gothic/FranklinGothic.css');

 

font-face

@font-face {
    font-family: 'Franklin Gothic';
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url('https://cdn.jsdelivr.net/npm/fonts-archive-franklin-gothic/FranklinGothic.woff2') format('woff2'),
         url('https://cdn.jsdelivr.net/npm/fonts-archive-franklin-gothic/FranklinGothic.woff') format('woff'),
         url('https://cdn.jsdelivr.net/npm/fonts-archive-franklin-gothic/FranklinGothic.ttf') format('truetype');
}
@font-face {
    font-family: 'Franklin Gothic';
    font-weight: normal;
    font-style: italic;
    font-display: swap;
    src: url('https://cdn.jsdelivr.net/npm/fonts-archive-franklin-gothic/FranklinGothicItalic.woff2') format('woff2'),
         url('https://cdn.jsdelivr.net/npm/fonts-archive-franklin-gothic/FranklinGothicItalic.woff') format('woff'),
         url('https://cdn.jsdelivr.net/npm/fonts-archive-franklin-gothic/FranklinGothicItalic.ttf') format('truetype');
}

 

라이센스 본문

Copyright (c) 1991 Digital Typeface Corp. 
 
 
 
Copyright (c) 1989 Adobe Systems Incorporated. All Rights Reserved.FranklinGothic is a registered trademark of ATF.
0.0.0

7 months ago