0.0.2 • Published 10 months ago

fonts-archive-beanpole v0.0.2

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

Beanpole

Visit Source

 

CSS

font-family: 'Beanpole';

 

link

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

 

import

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

 

font-face

@font-face {
    font-family: 'Beanpole';
    font-weight: 300;
    font-style: normal;
    font-display: swap;
    src: url('https://cdn.jsdelivr.net/npm/fonts-archive-beanpole/Beanpole-Light.woff2') format('woff2'),
         url('https://cdn.jsdelivr.net/npm/fonts-archive-beanpole/Beanpole-Light.woff') format('woff'),
         url('https://cdn.jsdelivr.net/npm/fonts-archive-beanpole/Beanpole-Light.otf') format('opentype');
}
@font-face {
    font-family: 'Beanpole';
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    src: url('https://cdn.jsdelivr.net/npm/fonts-archive-beanpole/Beanpole-Medium.woff2') format('woff2'),
         url('https://cdn.jsdelivr.net/npm/fonts-archive-beanpole/Beanpole-Medium.woff') format('woff'),
         url('https://cdn.jsdelivr.net/npm/fonts-archive-beanpole/Beanpole-Medium.otf') format('opentype');
}
@font-face {
    font-family: 'Beanpole';
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    src: url('https://cdn.jsdelivr.net/npm/fonts-archive-beanpole/Beanpole-Bold.woff2') format('woff2'),
         url('https://cdn.jsdelivr.net/npm/fonts-archive-beanpole/Beanpole-Bold.woff') format('woff'),
         url('https://cdn.jsdelivr.net/npm/fonts-archive-beanpole/Beanpole-Bold.otf') format('opentype');
}
0.0.2

10 months ago

0.0.1

10 months ago