0.0.0 • Published 7 months ago

fonts-archive-korail-round-gothic v0.0.0

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

Korail Round Gothic

Visit Source

 

CSS

font-family: 'Korail Round Gothic';

 

link

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

 

import

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

 

font-face

@font-face {
    font-family: 'Korail Round Gothic';
    font-weight: 300;
    font-style: normal;
    font-display: swap;
    src: url('https://cdn.jsdelivr.net/npm/fonts-archive-korail-round-gothic/KorailRoundGothic-Light.woff2') format('woff2'),
         url('https://cdn.jsdelivr.net/npm/fonts-archive-korail-round-gothic/KorailRoundGothic-Light.woff') format('woff'),
         url('https://cdn.jsdelivr.net/npm/fonts-archive-korail-round-gothic/KorailRoundGothic-Light.ttf') format('truetype');
}
@font-face {
    font-family: 'Korail Round Gothic';
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    src: url('https://cdn.jsdelivr.net/npm/fonts-archive-korail-round-gothic/KorailRoundGothic-Medium.woff2') format('woff2'),
         url('https://cdn.jsdelivr.net/npm/fonts-archive-korail-round-gothic/KorailRoundGothic-Medium.woff') format('woff'),
         url('https://cdn.jsdelivr.net/npm/fonts-archive-korail-round-gothic/KorailRoundGothic-Medium.ttf') format('truetype');
}
@font-face {
    font-family: 'Korail Round Gothic';
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    src: url('https://cdn.jsdelivr.net/npm/fonts-archive-korail-round-gothic/KorailRoundGothic-Bold.woff2') format('woff2'),
         url('https://cdn.jsdelivr.net/npm/fonts-archive-korail-round-gothic/KorailRoundGothic-Bold.woff') format('woff'),
         url('https://cdn.jsdelivr.net/npm/fonts-archive-korail-round-gothic/KorailRoundGothic-Bold.ttf') format('truetype');
}
0.0.0

7 months ago