0.0.2 • Published 2 years ago
fonts-archive-oagothic v0.0.2
OAGothic
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');
}