common/fonts: Added notices to point people to the font licenses

This commit is contained in:
Yuki Joou 2023-05-28 13:59:41 +02:00
parent a0dd465e08
commit d7b269568d
2 changed files with 24 additions and 13 deletions

View file

@ -1,3 +1,9 @@
/*
* This loads the "Cherry Bomb One" font. This is a redistribution of the
* "Cherry Bomb One" software. Check out the license at
* CherryBombOne/LICENSE.txt
*/
@font-face { @font-face {
font-family: "Cherry Bomb One"; font-family: "Cherry Bomb One";
src: url("CherryBombOne/Regular.woff2") format("woff2"); src: url("CherryBombOne/Regular.woff2") format("woff2");

View file

@ -1,23 +1,28 @@
/*
* This loads the "IBM Plex Mono" font. This is a redistribution of the
* "IBM Plex Mono" software. Check out the license at IBMPlexMono/LICENSE.txt
*/
@font-face { @font-face {
font-family: 'IBM Plex Mono'; font-family: "IBM Plex Mono";
src: url("IBMPlexMono/Regular.woff2") format("woff2"); src: url("IBMPlexMono/Regular.woff2") format("woff2");
} }
@font-face { @font-face {
font-family: 'IBM Plex Mono'; font-family: "IBM Plex Mono";
src: url("IBMPlexMono/Bold.woff2") format("woff2"); src: url("IBMPlexMono/Bold.woff2") format("woff2");
font-weight: bold; font-weight: bold;
} }
@font-face { @font-face {
font-family: 'IBM Plex Mono'; font-family: "IBM Plex Mono";
src: url("IBMPlexMono/Italic.woff2") format("woff2"); src: url("IBMPlexMono/Italic.woff2") format("woff2");
font-weight: normal; font-weight: normal;
font-style: italic; font-style: italic;
} }
@font-face { @font-face {
font-family: 'IBM Plex Mono'; font-family: "IBM Plex Mono";
src: url("IBMPlexMono/BoldItalic.woff2") format("woff2"); src: url("IBMPlexMono/BoldItalic.woff2") format("woff2");
font-weight: bold; font-weight: bold;
font-style: italic; font-style: italic;