mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 09:37:26 +00:00
fonts in repo
This commit is contained in:
parent
0c910d29b7
commit
f9ebada25e
54 changed files with 250 additions and 2 deletions
|
@ -12,8 +12,8 @@
|
||||||
'LBRY' ?>
|
'LBRY' ?>
|
||||||
<title><?php echo $title ?></title>
|
<title><?php echo $title ?></title>
|
||||||
|
|
||||||
<link rel="stylesheet" href="https://rsms.me/inter/inter.css"/>
|
<link rel="stylesheet" href="/font/inter/inter.css"/>
|
||||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/tonsky/FiraCode@master/distr/fira_code.css"/>
|
<link rel="stylesheet" href="/font/fira-code/fira_code.css"/>
|
||||||
<link rel="stylesheet" href="/components/dist/index.css"/>
|
<link rel="stylesheet" href="/components/dist/index.css"/>
|
||||||
|
|
||||||
<?php foreach (Response::getCssAssets() as $src): ?>
|
<?php foreach (Response::getCssAssets() as $src): ?>
|
||||||
|
|
48
web/font/fira-code/fira_code.css
Normal file
48
web/font/fira-code/fira_code.css
Normal file
|
@ -0,0 +1,48 @@
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Fira Code';
|
||||||
|
src: url('woff2/FiraCode-Light.woff2') format('woff2'),
|
||||||
|
url("woff/FiraCode-Light.woff") format("woff");
|
||||||
|
font-weight: 300;
|
||||||
|
font-style: normal;
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Fira Code';
|
||||||
|
src: url('woff2/FiraCode-Regular.woff2') format('woff2'),
|
||||||
|
url("woff/FiraCode-Regular.woff") format("woff");
|
||||||
|
font-weight: 400;
|
||||||
|
font-style: normal;
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Fira Code';
|
||||||
|
src: url('woff2/FiraCode-Medium.woff2') format('woff2'),
|
||||||
|
url("woff/FiraCode-Medium.woff") format("woff");
|
||||||
|
font-weight: 500;
|
||||||
|
font-style: normal;
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Fira Code';
|
||||||
|
src: url('woff2/FiraCode-SemiBold.woff2') format('woff2'),
|
||||||
|
url("woff/FiraCode-SemiBold.woff") format("woff");
|
||||||
|
font-weight: 600;
|
||||||
|
font-style: normal;
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Fira Code';
|
||||||
|
src: url('woff2/FiraCode-Bold.woff2') format('woff2'),
|
||||||
|
url("woff/FiraCode-Bold.woff") format("woff");
|
||||||
|
font-weight: 700;
|
||||||
|
font-style: normal;
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Fira Code VF';
|
||||||
|
src: url('woff2/FiraCode-VF.woff2') format('woff2-variations'),
|
||||||
|
url('woff/FiraCode-VF.woff') format('woff-variations');
|
||||||
|
/* font-weight requires a range: https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Fonts/Variable_Fonts_Guide#Using_a_variable_font_font-face_changes */
|
||||||
|
font-weight: 300 700;
|
||||||
|
font-style: normal;
|
||||||
|
}
|
BIN
web/font/fira-code/woff/FiraCode-Bold.woff
Normal file
BIN
web/font/fira-code/woff/FiraCode-Bold.woff
Normal file
Binary file not shown.
BIN
web/font/fira-code/woff/FiraCode-Light.woff
Normal file
BIN
web/font/fira-code/woff/FiraCode-Light.woff
Normal file
Binary file not shown.
BIN
web/font/fira-code/woff/FiraCode-Medium.woff
Normal file
BIN
web/font/fira-code/woff/FiraCode-Medium.woff
Normal file
Binary file not shown.
BIN
web/font/fira-code/woff/FiraCode-Regular.woff
Normal file
BIN
web/font/fira-code/woff/FiraCode-Regular.woff
Normal file
Binary file not shown.
BIN
web/font/fira-code/woff/FiraCode-SemiBold.woff
Normal file
BIN
web/font/fira-code/woff/FiraCode-SemiBold.woff
Normal file
Binary file not shown.
BIN
web/font/fira-code/woff/FiraCode-VF.woff
Normal file
BIN
web/font/fira-code/woff/FiraCode-VF.woff
Normal file
Binary file not shown.
BIN
web/font/fira-code/woff2/FiraCode-Bold.woff2
Normal file
BIN
web/font/fira-code/woff2/FiraCode-Bold.woff2
Normal file
Binary file not shown.
BIN
web/font/fira-code/woff2/FiraCode-Light.woff2
Normal file
BIN
web/font/fira-code/woff2/FiraCode-Light.woff2
Normal file
Binary file not shown.
BIN
web/font/fira-code/woff2/FiraCode-Medium.woff2
Normal file
BIN
web/font/fira-code/woff2/FiraCode-Medium.woff2
Normal file
Binary file not shown.
BIN
web/font/fira-code/woff2/FiraCode-Regular.woff2
Normal file
BIN
web/font/fira-code/woff2/FiraCode-Regular.woff2
Normal file
Binary file not shown.
BIN
web/font/fira-code/woff2/FiraCode-SemiBold.woff2
Normal file
BIN
web/font/fira-code/woff2/FiraCode-SemiBold.woff2
Normal file
Binary file not shown.
BIN
web/font/fira-code/woff2/FiraCode-VF.woff2
Normal file
BIN
web/font/fira-code/woff2/FiraCode-VF.woff2
Normal file
Binary file not shown.
BIN
web/font/inter/Inter-Black.woff
Normal file
BIN
web/font/inter/Inter-Black.woff
Normal file
Binary file not shown.
BIN
web/font/inter/Inter-Black.woff2
Normal file
BIN
web/font/inter/Inter-Black.woff2
Normal file
Binary file not shown.
BIN
web/font/inter/Inter-BlackItalic.woff
Normal file
BIN
web/font/inter/Inter-BlackItalic.woff
Normal file
Binary file not shown.
BIN
web/font/inter/Inter-BlackItalic.woff2
Normal file
BIN
web/font/inter/Inter-BlackItalic.woff2
Normal file
Binary file not shown.
BIN
web/font/inter/Inter-Bold.woff
Normal file
BIN
web/font/inter/Inter-Bold.woff
Normal file
Binary file not shown.
BIN
web/font/inter/Inter-Bold.woff2
Normal file
BIN
web/font/inter/Inter-Bold.woff2
Normal file
Binary file not shown.
BIN
web/font/inter/Inter-BoldItalic.woff
Normal file
BIN
web/font/inter/Inter-BoldItalic.woff
Normal file
Binary file not shown.
BIN
web/font/inter/Inter-BoldItalic.woff2
Normal file
BIN
web/font/inter/Inter-BoldItalic.woff2
Normal file
Binary file not shown.
BIN
web/font/inter/Inter-ExtraBold.woff
Normal file
BIN
web/font/inter/Inter-ExtraBold.woff
Normal file
Binary file not shown.
BIN
web/font/inter/Inter-ExtraBold.woff2
Normal file
BIN
web/font/inter/Inter-ExtraBold.woff2
Normal file
Binary file not shown.
BIN
web/font/inter/Inter-ExtraBoldItalic.woff
Normal file
BIN
web/font/inter/Inter-ExtraBoldItalic.woff
Normal file
Binary file not shown.
BIN
web/font/inter/Inter-ExtraBoldItalic.woff2
Normal file
BIN
web/font/inter/Inter-ExtraBoldItalic.woff2
Normal file
Binary file not shown.
BIN
web/font/inter/Inter-ExtraLight.woff
Normal file
BIN
web/font/inter/Inter-ExtraLight.woff
Normal file
Binary file not shown.
BIN
web/font/inter/Inter-ExtraLight.woff2
Normal file
BIN
web/font/inter/Inter-ExtraLight.woff2
Normal file
Binary file not shown.
BIN
web/font/inter/Inter-ExtraLightItalic.woff
Normal file
BIN
web/font/inter/Inter-ExtraLightItalic.woff
Normal file
Binary file not shown.
BIN
web/font/inter/Inter-ExtraLightItalic.woff2
Normal file
BIN
web/font/inter/Inter-ExtraLightItalic.woff2
Normal file
Binary file not shown.
BIN
web/font/inter/Inter-Italic.woff
Normal file
BIN
web/font/inter/Inter-Italic.woff
Normal file
Binary file not shown.
BIN
web/font/inter/Inter-Italic.woff2
Normal file
BIN
web/font/inter/Inter-Italic.woff2
Normal file
Binary file not shown.
BIN
web/font/inter/Inter-Light.woff
Normal file
BIN
web/font/inter/Inter-Light.woff
Normal file
Binary file not shown.
BIN
web/font/inter/Inter-Light.woff2
Normal file
BIN
web/font/inter/Inter-Light.woff2
Normal file
Binary file not shown.
BIN
web/font/inter/Inter-LightItalic.woff
Normal file
BIN
web/font/inter/Inter-LightItalic.woff
Normal file
Binary file not shown.
BIN
web/font/inter/Inter-LightItalic.woff2
Normal file
BIN
web/font/inter/Inter-LightItalic.woff2
Normal file
Binary file not shown.
BIN
web/font/inter/Inter-Medium.woff
Normal file
BIN
web/font/inter/Inter-Medium.woff
Normal file
Binary file not shown.
BIN
web/font/inter/Inter-Medium.woff2
Normal file
BIN
web/font/inter/Inter-Medium.woff2
Normal file
Binary file not shown.
BIN
web/font/inter/Inter-MediumItalic.woff
Normal file
BIN
web/font/inter/Inter-MediumItalic.woff
Normal file
Binary file not shown.
BIN
web/font/inter/Inter-MediumItalic.woff2
Normal file
BIN
web/font/inter/Inter-MediumItalic.woff2
Normal file
Binary file not shown.
BIN
web/font/inter/Inter-Regular.woff
Normal file
BIN
web/font/inter/Inter-Regular.woff
Normal file
Binary file not shown.
BIN
web/font/inter/Inter-Regular.woff2
Normal file
BIN
web/font/inter/Inter-Regular.woff2
Normal file
Binary file not shown.
BIN
web/font/inter/Inter-SemiBold.woff
Normal file
BIN
web/font/inter/Inter-SemiBold.woff
Normal file
Binary file not shown.
BIN
web/font/inter/Inter-SemiBold.woff2
Normal file
BIN
web/font/inter/Inter-SemiBold.woff2
Normal file
Binary file not shown.
BIN
web/font/inter/Inter-SemiBoldItalic.woff
Normal file
BIN
web/font/inter/Inter-SemiBoldItalic.woff
Normal file
Binary file not shown.
BIN
web/font/inter/Inter-SemiBoldItalic.woff2
Normal file
BIN
web/font/inter/Inter-SemiBoldItalic.woff2
Normal file
Binary file not shown.
BIN
web/font/inter/Inter-Thin.woff
Normal file
BIN
web/font/inter/Inter-Thin.woff
Normal file
Binary file not shown.
BIN
web/font/inter/Inter-Thin.woff2
Normal file
BIN
web/font/inter/Inter-Thin.woff2
Normal file
Binary file not shown.
BIN
web/font/inter/Inter-ThinItalic.woff
Normal file
BIN
web/font/inter/Inter-ThinItalic.woff
Normal file
Binary file not shown.
BIN
web/font/inter/Inter-ThinItalic.woff2
Normal file
BIN
web/font/inter/Inter-ThinItalic.woff2
Normal file
Binary file not shown.
BIN
web/font/inter/Inter-italic.var.woff2
Normal file
BIN
web/font/inter/Inter-italic.var.woff2
Normal file
Binary file not shown.
BIN
web/font/inter/Inter-roman.var.woff2
Normal file
BIN
web/font/inter/Inter-roman.var.woff2
Normal file
Binary file not shown.
BIN
web/font/inter/Inter.var.woff2
Normal file
BIN
web/font/inter/Inter.var.woff2
Normal file
Binary file not shown.
200
web/font/inter/inter.css
Normal file
200
web/font/inter/inter.css
Normal file
|
@ -0,0 +1,200 @@
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Inter';
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 100;
|
||||||
|
font-display: swap;
|
||||||
|
src: url("Inter-Thin.woff2?v=3.19") format("woff2"),
|
||||||
|
url("Inter-Thin.woff?v=3.19") format("woff");
|
||||||
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Inter';
|
||||||
|
font-style: italic;
|
||||||
|
font-weight: 100;
|
||||||
|
font-display: swap;
|
||||||
|
src: url("Inter-ThinItalic.woff2?v=3.19") format("woff2"),
|
||||||
|
url("Inter-ThinItalic.woff?v=3.19") format("woff");
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Inter';
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 200;
|
||||||
|
font-display: swap;
|
||||||
|
src: url("Inter-ExtraLight.woff2?v=3.19") format("woff2"),
|
||||||
|
url("Inter-ExtraLight.woff?v=3.19") format("woff");
|
||||||
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Inter';
|
||||||
|
font-style: italic;
|
||||||
|
font-weight: 200;
|
||||||
|
font-display: swap;
|
||||||
|
src: url("Inter-ExtraLightItalic.woff2?v=3.19") format("woff2"),
|
||||||
|
url("Inter-ExtraLightItalic.woff?v=3.19") format("woff");
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Inter';
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 300;
|
||||||
|
font-display: swap;
|
||||||
|
src: url("Inter-Light.woff2?v=3.19") format("woff2"),
|
||||||
|
url("Inter-Light.woff?v=3.19") format("woff");
|
||||||
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Inter';
|
||||||
|
font-style: italic;
|
||||||
|
font-weight: 300;
|
||||||
|
font-display: swap;
|
||||||
|
src: url("Inter-LightItalic.woff2?v=3.19") format("woff2"),
|
||||||
|
url("Inter-LightItalic.woff?v=3.19") format("woff");
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Inter';
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 400;
|
||||||
|
font-display: swap;
|
||||||
|
src: url("Inter-Regular.woff2?v=3.19") format("woff2"),
|
||||||
|
url("Inter-Regular.woff?v=3.19") format("woff");
|
||||||
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Inter';
|
||||||
|
font-style: italic;
|
||||||
|
font-weight: 400;
|
||||||
|
font-display: swap;
|
||||||
|
src: url("Inter-Italic.woff2?v=3.19") format("woff2"),
|
||||||
|
url("Inter-Italic.woff?v=3.19") format("woff");
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Inter';
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 500;
|
||||||
|
font-display: swap;
|
||||||
|
src: url("Inter-Medium.woff2?v=3.19") format("woff2"),
|
||||||
|
url("Inter-Medium.woff?v=3.19") format("woff");
|
||||||
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Inter';
|
||||||
|
font-style: italic;
|
||||||
|
font-weight: 500;
|
||||||
|
font-display: swap;
|
||||||
|
src: url("Inter-MediumItalic.woff2?v=3.19") format("woff2"),
|
||||||
|
url("Inter-MediumItalic.woff?v=3.19") format("woff");
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Inter';
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 600;
|
||||||
|
font-display: swap;
|
||||||
|
src: url("Inter-SemiBold.woff2?v=3.19") format("woff2"),
|
||||||
|
url("Inter-SemiBold.woff?v=3.19") format("woff");
|
||||||
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Inter';
|
||||||
|
font-style: italic;
|
||||||
|
font-weight: 600;
|
||||||
|
font-display: swap;
|
||||||
|
src: url("Inter-SemiBoldItalic.woff2?v=3.19") format("woff2"),
|
||||||
|
url("Inter-SemiBoldItalic.woff?v=3.19") format("woff");
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Inter';
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 700;
|
||||||
|
font-display: swap;
|
||||||
|
src: url("Inter-Bold.woff2?v=3.19") format("woff2"),
|
||||||
|
url("Inter-Bold.woff?v=3.19") format("woff");
|
||||||
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Inter';
|
||||||
|
font-style: italic;
|
||||||
|
font-weight: 700;
|
||||||
|
font-display: swap;
|
||||||
|
src: url("Inter-BoldItalic.woff2?v=3.19") format("woff2"),
|
||||||
|
url("Inter-BoldItalic.woff?v=3.19") format("woff");
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Inter';
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 800;
|
||||||
|
font-display: swap;
|
||||||
|
src: url("Inter-ExtraBold.woff2?v=3.19") format("woff2"),
|
||||||
|
url("Inter-ExtraBold.woff?v=3.19") format("woff");
|
||||||
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Inter';
|
||||||
|
font-style: italic;
|
||||||
|
font-weight: 800;
|
||||||
|
font-display: swap;
|
||||||
|
src: url("Inter-ExtraBoldItalic.woff2?v=3.19") format("woff2"),
|
||||||
|
url("Inter-ExtraBoldItalic.woff?v=3.19") format("woff");
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Inter';
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 900;
|
||||||
|
font-display: swap;
|
||||||
|
src: url("Inter-Black.woff2?v=3.19") format("woff2"),
|
||||||
|
url("Inter-Black.woff?v=3.19") format("woff");
|
||||||
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Inter';
|
||||||
|
font-style: italic;
|
||||||
|
font-weight: 900;
|
||||||
|
font-display: swap;
|
||||||
|
src: url("Inter-BlackItalic.woff2?v=3.19") format("woff2"),
|
||||||
|
url("Inter-BlackItalic.woff?v=3.19") format("woff");
|
||||||
|
}
|
||||||
|
|
||||||
|
/* -------------------------------------------------------
|
||||||
|
Variable font.
|
||||||
|
Usage:
|
||||||
|
|
||||||
|
html { font-family: 'Inter', sans-serif; }
|
||||||
|
@supports (font-variation-settings: normal) {
|
||||||
|
html { font-family: 'Inter var', sans-serif; }
|
||||||
|
}
|
||||||
|
*/
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Inter var';
|
||||||
|
font-weight: 100 900;
|
||||||
|
font-display: swap;
|
||||||
|
font-style: normal;
|
||||||
|
font-named-instance: 'Regular';
|
||||||
|
src: url("Inter-roman.var.woff2?v=3.19") format("woff2");
|
||||||
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Inter var';
|
||||||
|
font-weight: 100 900;
|
||||||
|
font-display: swap;
|
||||||
|
font-style: italic;
|
||||||
|
font-named-instance: 'Italic';
|
||||||
|
src: url("Inter-italic.var.woff2?v=3.19") format("woff2");
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/* --------------------------------------------------------------------------
|
||||||
|
[EXPERIMENTAL] Multi-axis, single variable font.
|
||||||
|
|
||||||
|
Slant axis is not yet widely supported (as of February 2019) and thus this
|
||||||
|
multi-axis single variable font is opt-in rather than the default.
|
||||||
|
|
||||||
|
When using this, you will probably need to set font-variation-settings
|
||||||
|
explicitly, e.g.
|
||||||
|
|
||||||
|
* { font-variation-settings: "slnt" 0deg }
|
||||||
|
.italic { font-variation-settings: "slnt" 10deg }
|
||||||
|
|
||||||
|
*/
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Inter var experimental';
|
||||||
|
font-weight: 100 900;
|
||||||
|
font-display: swap;
|
||||||
|
font-style: oblique 0deg 10deg;
|
||||||
|
src: url("Inter.var.woff2?v=3.19") format("woff2");
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue