0.0.2 • Published 12 months ago

fonts-archive-oagothic v0.0.2

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

OAGothic

Visit Source

 

CSS

font-family: 'OAGothic';

 

link

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

 

import

@import url('https://cdn.jsdelivr.net/npm/fonts-archive-oagothic/OAGothic.css');

 

font-face

@font-face {
    font-family: 'OAGothic';
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    src: url('https://cdn.jsdelivr.net/npm/fonts-archive-oagothic/OAGothic-Medium.woff2') format('woff2'),
         url('https://cdn.jsdelivr.net/npm/fonts-archive-oagothic/OAGothic-Medium.woff') format('woff'),
         url('https://cdn.jsdelivr.net/npm/fonts-archive-oagothic/OAGothic-Medium.otf') format('opentype'),
         url('https://cdn.jsdelivr.net/npm/fonts-archive-oagothic/OAGothic-Medium.ttf') format('truetype');
}
@font-face {
    font-family: 'OAGothic';
    font-weight: 800;
    font-style: normal;
    font-display: swap;
    src: url('https://cdn.jsdelivr.net/npm/fonts-archive-oagothic/OAGothic-ExtraBold.woff2') format('woff2'),
         url('https://cdn.jsdelivr.net/npm/fonts-archive-oagothic/OAGothic-ExtraBold.woff') format('woff'),
         url('https://cdn.jsdelivr.net/npm/fonts-archive-oagothic/OAGothic-ExtraBold.otf') format('opentype'),
         url('https://cdn.jsdelivr.net/npm/fonts-archive-oagothic/OAGothic-ExtraBold.ttf') format('truetype');
}
0.0.2

12 months ago

0.0.1

12 months ago

0.0.0

12 months ago