blossom/static/fonts.css

306 lines
7.3 KiB
CSS
Raw Normal View History

2023-06-20 17:47:20 +01:00
/* PicNic */
2023-01-16 01:38:58 +00:00
@font-face {
2023-06-20 17:47:20 +01:00
font-family: PicNic;
src: url('/fonts/PicNic-Regular.woff2') format('woff2'),
url('/fonts/PicNic-Regular.woff') format('woff');
2023-01-16 01:38:58 +00:00
font-weight: normal;
font-style: normal;
2023-06-20 17:47:20 +01:00
font-display: block;
2023-01-16 01:38:58 +00:00
}
2023-06-20 17:47:20 +01:00
/* go mono */
2023-01-16 01:38:58 +00:00
@font-face {
2023-06-20 17:47:20 +01:00
font-family: 'Go Mono';
src: url('/fonts/GoMono.woff2') format('woff2'),
url('/fonts/GoMono.woff') format('woff');
2023-01-16 01:38:58 +00:00
font-weight: normal;
font-style: normal;
2023-06-20 17:47:20 +01:00
font-display: block;
2023-01-16 01:38:58 +00:00
}
@font-face {
2023-06-20 17:47:20 +01:00
font-family: 'Go Mono';
src: url('/fonts/GoMono-Bold.woff2') format('woff2'),
url('/fonts/GoMono-Bold.woff') format('woff');
2023-01-16 01:38:58 +00:00
font-weight: bold;
font-style: normal;
2023-06-20 17:47:20 +01:00
font-display: block;
2023-01-16 01:38:58 +00:00
}
@font-face {
2023-06-20 17:47:20 +01:00
font-family: 'Go Mono';
src: url('/fonts/GoMono-Italic.woff2') format('woff2'),
url('/fonts/GoMono-Italic.woff') format('woff');
2023-01-16 01:38:58 +00:00
font-weight: normal;
font-style: italic;
2023-06-20 17:47:20 +01:00
font-display: block;
2023-01-16 01:38:58 +00:00
}
@font-face {
2023-06-20 17:47:20 +01:00
font-family: 'Go Mono';
src: url('/fonts/GoMono-BoldItalic.woff2') format('woff2'),
url('/fonts/GoMono-BoldItalic.woff') format('woff');
2023-01-16 01:38:58 +00:00
font-weight: bold;
font-style: italic;
2023-06-20 17:47:20 +01:00
font-display: block;
2023-01-16 01:38:58 +00:00
}
2023-06-20 17:47:20 +01:00
/* basteleur */
2023-01-16 01:38:58 +00:00
@font-face {
2023-06-20 17:47:20 +01:00
font-family: 'Basteleur';
src: url('/fonts/Basteleur-Bold.woff2') format('woff2'),
url('/fonts/Basteleur-Bold.woff') format('woff');
font-weight: bold;
2023-01-16 01:38:58 +00:00
font-style: normal;
2023-06-20 17:47:20 +01:00
font-display: block;
2023-01-16 01:38:58 +00:00
}
2023-06-20 17:47:20 +01:00
/* kaeru kaeru */
2023-01-16 01:38:58 +00:00
@font-face {
2023-06-20 17:47:20 +01:00
font-family: 'kaeru kaeru';
src: url('/fonts/kaerukaeru-Regular.woff2') format('woff2'),
url('/fonts/kaerukaeru-Regular.woff') format('woff');
2023-01-16 01:38:58 +00:00
font-weight: normal;
font-style: normal;
2023-06-20 17:47:20 +01:00
font-display: block;
2023-01-16 01:38:58 +00:00
}
2023-06-20 17:47:20 +01:00
/* terminal grotesque open */
2023-01-16 01:38:58 +00:00
@font-face {
2023-06-20 17:47:20 +01:00
font-family: 'Terminal Grotesque Open';
src: url('/fonts/TerminalGrotesque-Open.woff2') format('woff2'),
url('/fonts/TerminalGrotesque-Open.woff') format('woff');
2023-01-16 01:38:58 +00:00
font-weight: normal;
font-style: normal;
2023-06-20 17:47:20 +01:00
font-display: block;
2023-01-16 01:38:58 +00:00
}
2023-06-20 17:47:20 +01:00
/* steps mono */
2023-01-16 01:38:58 +00:00
@font-face {
2023-06-20 17:47:20 +01:00
font-family: 'Steps-Mono';
src: url('/fonts/Steps-Mono-Mono.woff2') format('woff2'),
url('/fonts/Steps-Mono-Mono.woff') format('woff');
2023-01-16 01:38:58 +00:00
font-weight: normal;
font-style: normal;
2023-06-20 17:47:20 +01:00
font-display: block;
2023-01-16 01:38:58 +00:00
}
@font-face {
2023-06-20 17:47:20 +01:00
font-family: 'Steps Mono';
src: url('/fonts/Steps-Mono-Thin.woff2') format('woff2'),
url('/fonts/Steps-Mono-Thin.woff') format('woff');
2023-01-16 01:38:58 +00:00
font-weight: 100;
font-style: normal;
2023-06-20 17:47:20 +01:00
font-display: block;
2023-01-16 01:38:58 +00:00
}
2023-06-20 17:47:20 +01:00
/* director */
2023-01-16 01:38:58 +00:00
@font-face {
font-family: 'Director';
2023-01-17 00:48:17 +00:00
src: url('/fonts/Director-Regular.woff2') format('woff2'),
url('/fonts/Director-Regular.woff') format('woff');
2023-01-16 01:38:58 +00:00
font-weight: normal;
font-style: normal;
2023-06-20 17:47:20 +01:00
font-display: block;
2023-01-16 01:38:58 +00:00
}
@font-face {
font-family: 'Director';
2023-01-17 00:48:17 +00:00
src: url('/fonts/Director-Light.woff2') format('woff2'),
url('/fonts/Director-Light.woff') format('woff');
2023-01-16 01:38:58 +00:00
font-weight: 100;
font-style: normal;
2023-06-20 17:47:20 +01:00
font-display: block;
2023-01-16 01:38:58 +00:00
}
@font-face {
font-family: 'Director';
2023-06-20 17:47:20 +01:00
src: url('/fonts/Director-bold.woff2') format('woff2'),
url('/fonts/Director-bold.woff') format('woff');
font-weight: bold;
2023-01-16 01:38:58 +00:00
font-style: normal;
2023-06-20 17:47:20 +01:00
font-display: block;
2023-01-16 01:38:58 +00:00
}
2023-06-20 17:47:20 +01:00
/* karrik */
2023-01-16 01:38:58 +00:00
@font-face {
2023-06-20 17:47:20 +01:00
font-family: 'Karrik';
src: url('/fonts/Karrik-Regular.woff2') format('woff2'),
url('/fonts/Karrik-Regular.woff') format('woff');
2023-01-16 01:38:58 +00:00
font-weight: normal;
font-style: normal;
2023-06-20 17:47:20 +01:00
font-display: block;
2023-01-16 01:38:58 +00:00
}
@font-face {
2023-06-20 17:47:20 +01:00
font-family: 'Karrik';
src: url('/fonts/Karrik-Italic.woff2') format('woff2'),
url('/fonts/Karrik-Italic.woff') format('woff');
2023-01-16 01:38:58 +00:00
font-weight: normal;
font-style: italic;
2023-06-20 17:47:20 +01:00
font-display: block;
2023-01-16 01:38:58 +00:00
}
2023-06-20 17:47:20 +01:00
/* cherry bomb */
2023-01-16 01:38:58 +00:00
@font-face {
2023-06-20 17:47:20 +01:00
font-family: 'Cherry Bomb';
src: url('/fonts/CherryBombPersonalUse-Regular.woff2') format('woff2'),
url('/fonts/CherryBombPersonalUse-Regular.woff') format('woff');
2023-01-16 01:38:58 +00:00
font-weight: normal;
font-style: normal;
2023-06-20 17:47:20 +01:00
font-display: block;
2023-01-16 01:38:58 +00:00
}
2023-06-20 17:47:20 +01:00
/* compagnon */
2023-01-16 01:38:58 +00:00
@font-face {
2023-06-20 17:47:20 +01:00
font-family: 'Compagnon';
src: url('/fonts/Compagnon-Bold.woff2') format('woff2'),
url('/fonts/Compagnon-Bold.woff') format('woff');
2023-01-16 01:38:58 +00:00
font-weight: bold;
font-style: normal;
2023-06-20 17:47:20 +01:00
font-display: block;
2023-01-16 01:38:58 +00:00
}
@font-face {
2023-06-20 17:47:20 +01:00
font-family: 'Compagnon';
src: url('/fonts/Compagnon-Italic.woff2') format('woff2'),
url('/fonts/Compagnon-Italic.woff') format('woff');
2023-01-16 01:38:58 +00:00
font-weight: normal;
2023-06-20 17:47:20 +01:00
font-style: italic;
font-display: block;
2023-01-16 01:38:58 +00:00
}
@font-face {
2023-06-20 17:47:20 +01:00
font-family: 'Compagnon';
src: url('/fonts/Compagnon-Medium.woff2') format('woff2'),
url('/fonts/Compagnon-Medium.woff') format('woff');
font-weight: 500;
2023-01-16 01:38:58 +00:00
font-style: normal;
2023-06-20 17:47:20 +01:00
font-display: block;
2023-01-16 01:38:58 +00:00
}
@font-face {
2023-06-20 17:47:20 +01:00
font-family: 'Compagnon Roman';
src: url('/fonts/Compagnon-Roman.woff2') format('woff2'),
url('/fonts/Compagnon-Roman.woff') format('woff');
2023-01-16 01:38:58 +00:00
font-weight: normal;
font-style: normal;
2023-06-20 17:47:20 +01:00
font-display: block;
2023-01-16 01:38:58 +00:00
}
@font-face {
2023-06-20 17:47:20 +01:00
font-family: 'Compagnon';
src: url('/fonts/Compagnon-Light.woff2') format('woff2'),
url('/fonts/Compagnon-Light.woff') format('woff');
font-weight: 300;
2023-01-16 01:38:58 +00:00
font-style: normal;
2023-06-20 17:47:20 +01:00
font-display: block;
2023-01-16 01:38:58 +00:00
}
2023-06-20 17:47:20 +01:00
/* sligoil */
2023-01-16 01:38:58 +00:00
@font-face {
2023-06-20 17:47:20 +01:00
font-family: 'Sligoil Micro';
src: url('/fonts/Sligoil-Micro.woff2') format('woff2'),
url('/fonts/Sligoil-Micro.woff') format('woff');
2023-01-16 01:38:58 +00:00
font-weight: normal;
font-style: normal;
2023-06-20 17:47:20 +01:00
font-display: block;
2023-01-16 01:38:58 +00:00
}
2023-06-20 17:47:20 +01:00
/* degerm locase */
2023-01-16 01:38:58 +00:00
@font-face {
2023-06-20 17:47:20 +01:00
font-family: 'DeGerm LoCase';
src: url('/fonts/DeGerm_LoCase.woff2') format('woff2'),
url('/fonts/DeGerm_LoCase.woff') format('woff');
2023-01-16 01:38:58 +00:00
font-weight: normal;
font-style: normal;
2023-06-20 17:47:20 +01:00
font-display: block;
2023-01-16 01:38:58 +00:00
}
2023-06-20 17:47:20 +01:00
/* 3dkirieji */
2023-01-16 01:38:58 +00:00
@font-face {
2023-06-20 17:47:20 +01:00
font-family: kirieji;
2023-01-16 01:38:58 +00:00
font-style: normal;
2023-06-20 17:47:20 +01:00
font-weight: 400;
src: url('/fonts/kirieji.woff2') format("woff2");
font-display: block;
2023-01-16 01:38:58 +00:00
}
2023-06-20 17:47:20 +01:00
/* almendra display */
2023-01-16 01:38:58 +00:00
@font-face {
2023-06-20 17:47:20 +01:00
font-family: 'Almendra Display';
src: url('/fonts/AlmendraDisplay-Regular.woff2') format('woff2'),
url('/fonts/AlmendraDisplay-Regular.woff') format('woff');
2023-01-16 01:38:58 +00:00
font-weight: normal;
font-style: normal;
2023-06-20 17:47:20 +01:00
font-display: block;
2023-01-16 01:38:58 +00:00
}
2023-06-20 17:47:20 +01:00
/* mon hugo in */
2023-01-16 01:38:58 +00:00
@font-face {
font-family: 'Mon Hugo in';
2023-01-17 00:48:17 +00:00
src: url('/fonts/MonHugo-in.woff2') format('woff2'),
url('/fonts/MonHugo-in.woff') format('woff');
2023-01-16 01:38:58 +00:00
font-weight: 500;
font-style: normal;
2023-06-20 17:47:20 +01:00
font-display: block;
2023-01-16 01:38:58 +00:00
}
2023-06-20 17:47:20 +01:00
/* id_kana */
2023-01-16 01:38:58 +00:00
@font-face {
2023-06-20 17:47:20 +01:00
font-family: id_kana018;
2023-01-16 01:38:58 +00:00
font-style: normal;
2023-06-20 17:47:20 +01:00
font-weight: 400;
src: url('/fonts/id_kana018.woff2') format("woff2");
font-display: block;
2023-01-16 01:38:58 +00:00
}
2023-06-20 17:47:20 +01:00
/* minecraftia */
2023-01-16 01:38:58 +00:00
@font-face {
2023-06-20 17:47:20 +01:00
font-family: 'Minecraftia';
src: url('/fonts/Minecraftia.woff2') format('woff2'),
url('/fonts/Minecraftia.woff') format('woff');
2023-01-16 01:38:58 +00:00
font-weight: normal;
font-style: normal;
2023-06-20 17:47:20 +01:00
font-display: block;
2023-01-16 01:38:58 +00:00
}
2023-06-20 17:47:20 +01:00
/* darumadrop one */
2023-01-16 01:38:58 +00:00
@font-face {
2023-06-20 17:47:20 +01:00
font-family: 'Darumadrop One';
src: url('/fonts/DarumadropOne-Regular.woff2') format('woff2'),
url('/fonts/DarumadropOne-Regular.woff') format('woff');
2023-01-16 01:38:58 +00:00
font-weight: normal;
font-style: normal;
2023-06-20 17:47:20 +01:00
font-display: block;
2023-01-16 01:38:58 +00:00
}
2023-06-20 17:47:20 +01:00
/* louise */
2023-01-16 01:38:58 +00:00
@font-face {
font-family: 'Louise';
2023-01-17 00:48:17 +00:00
src: url('/fonts/Louise-Regular.woff2') format('woff2'),
url('/fonts/Louise-Regular.woff') format('woff');
2023-01-16 01:38:58 +00:00
font-weight: normal;
font-style: normal;
2023-06-20 17:47:20 +01:00
font-display: block;
2023-01-16 01:38:58 +00:00
}
2023-06-20 17:47:20 +01:00
/* ukikusa */
2023-01-16 01:38:58 +00:00
@font-face {
font-family: 'ukikusa';
2023-01-17 00:48:17 +00:00
src: url('/fonts/ukikusa.woff2') format('woff2'),
url('/fonts/ukikusa.woff') format('woff');
2023-01-16 01:38:58 +00:00
font-weight: 500;
font-style: normal;
2023-06-20 17:47:20 +01:00
font-display: block;
2023-01-16 01:38:58 +00:00
}
2023-06-20 17:47:20 +01:00
/* abordage */
2023-01-16 01:38:58 +00:00
@font-face {
2023-06-20 17:47:20 +01:00
font-family: 'Abordage';
src: url('/fonts/Abordage-Regular.woff2') format('woff2'),
url('/fonts/Abordage-Regular.woff') format('woff');
2023-01-16 01:38:58 +00:00
font-weight: normal;
font-style: normal;
2023-06-20 17:47:20 +01:00
font-display: block;
2023-01-16 01:38:58 +00:00
}