common/fonts: Added notices to point people to the font licenses
This commit is contained in:
parent
a0dd465e08
commit
d7b269568d
2 changed files with 24 additions and 13 deletions
|
@ -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-family: "Cherry Bomb One";
|
||||
src: url("CherryBombOne/Regular.woff2") format("woff2");
|
||||
|
|
|
@ -1,24 +1,29 @@
|
|||
/*
|
||||
* 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-family: 'IBM Plex Mono';
|
||||
src: url("IBMPlexMono/Regular.woff2") format("woff2");
|
||||
font-family: "IBM Plex Mono";
|
||||
src: url("IBMPlexMono/Regular.woff2") format("woff2");
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'IBM Plex Mono';
|
||||
src: url("IBMPlexMono/Bold.woff2") format("woff2");
|
||||
font-weight: bold;
|
||||
font-family: "IBM Plex Mono";
|
||||
src: url("IBMPlexMono/Bold.woff2") format("woff2");
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'IBM Plex Mono';
|
||||
src: url("IBMPlexMono/Italic.woff2") format("woff2");
|
||||
font-weight: normal;
|
||||
font-style: italic;
|
||||
font-family: "IBM Plex Mono";
|
||||
src: url("IBMPlexMono/Italic.woff2") format("woff2");
|
||||
font-weight: normal;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'IBM Plex Mono';
|
||||
src: url("IBMPlexMono/BoldItalic.woff2") format("woff2");
|
||||
font-weight: bold;
|
||||
font-style: italic;
|
||||
font-family: "IBM Plex Mono";
|
||||
src: url("IBMPlexMono/BoldItalic.woff2") format("woff2");
|
||||
font-weight: bold;
|
||||
font-style: italic;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue