mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Embed the reader fonts into iOS and the appreader CSS
This commit is contained in:
parent
83b862fc75
commit
ab6a225ccf
54 changed files with 190 additions and 1 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because one or more lines are too long
BIN
packages/web/public/static/fonts/Lyon/Lyon-Text-Black-Italic.otf
Normal file
BIN
packages/web/public/static/fonts/Lyon/Lyon-Text-Black-Italic.otf
Normal file
Binary file not shown.
BIN
packages/web/public/static/fonts/Lyon/Lyon-Text-Black.otf
Normal file
BIN
packages/web/public/static/fonts/Lyon/Lyon-Text-Black.otf
Normal file
Binary file not shown.
BIN
packages/web/public/static/fonts/Lyon/Lyon-Text-Bold-Italic.otf
Normal file
BIN
packages/web/public/static/fonts/Lyon/Lyon-Text-Bold-Italic.otf
Normal file
Binary file not shown.
BIN
packages/web/public/static/fonts/Lyon/Lyon-Text-Bold.otf
Normal file
BIN
packages/web/public/static/fonts/Lyon/Lyon-Text-Bold.otf
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
packages/web/public/static/fonts/Lyon/Lyon-Text-Regular-No.2.otf
Normal file
BIN
packages/web/public/static/fonts/Lyon/Lyon-Text-Regular-No.2.otf
Normal file
Binary file not shown.
BIN
packages/web/public/static/fonts/Lyon/Lyon-Text-Regular.otf
Normal file
BIN
packages/web/public/static/fonts/Lyon/Lyon-Text-Regular.otf
Normal file
Binary file not shown.
Binary file not shown.
BIN
packages/web/public/static/fonts/Lyon/Lyon-Text-Semibold.otf
Normal file
BIN
packages/web/public/static/fonts/Lyon/Lyon-Text-Semibold.otf
Normal file
Binary file not shown.
Binary file not shown.
BIN
packages/web/public/static/fonts/Tisa/Tisa-Sans-Pro-Black.ttf
Normal file
BIN
packages/web/public/static/fonts/Tisa/Tisa-Sans-Pro-Black.ttf
Normal file
Binary file not shown.
Binary file not shown.
BIN
packages/web/public/static/fonts/Tisa/Tisa-Sans-Pro-Bold.ttf
Normal file
BIN
packages/web/public/static/fonts/Tisa/Tisa-Sans-Pro-Bold.ttf
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
packages/web/public/static/fonts/Tisa/Tisa-Sans-Pro-Italic.ttf
Normal file
BIN
packages/web/public/static/fonts/Tisa/Tisa-Sans-Pro-Italic.ttf
Normal file
Binary file not shown.
Binary file not shown.
BIN
packages/web/public/static/fonts/Tisa/Tisa-Sans-Pro-Light.ttf
Normal file
BIN
packages/web/public/static/fonts/Tisa/Tisa-Sans-Pro-Light.ttf
Normal file
Binary file not shown.
Binary file not shown.
BIN
packages/web/public/static/fonts/Tisa/Tisa-Sans-Pro-Medium.ttf
Normal file
BIN
packages/web/public/static/fonts/Tisa/Tisa-Sans-Pro-Medium.ttf
Normal file
Binary file not shown.
BIN
packages/web/public/static/fonts/Tisa/Tisa-Sans-Pro-Regular.ttf
Normal file
BIN
packages/web/public/static/fonts/Tisa/Tisa-Sans-Pro-Regular.ttf
Normal file
Binary file not shown.
Binary file not shown.
BIN
packages/web/public/static/fonts/Tisa/Tisa-Sans-Pro-Thin.ttf
Normal file
BIN
packages/web/public/static/fonts/Tisa/Tisa-Sans-Pro-Thin.ttf
Normal file
Binary file not shown.
|
|
@ -81,6 +81,195 @@ div#appleid-signin {
|
|||
src: url('/static/fonts/Inter/Inter-Black-900.ttf');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Lyon";
|
||||
font-weight: 400;
|
||||
font-style: normal;
|
||||
src: url('/static/fonts/Lyon/Lyon-Text-Regular.otf');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Lyon";
|
||||
font-weight: 400;
|
||||
font-style: italic;
|
||||
src: url('/static/fonts/Lyon/Lyon-Text-Regular-Italic.otf');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Lyon";
|
||||
font-weight: 500;
|
||||
font-style: normal;
|
||||
src: url('/static/fonts/Lyon/Lyon-Text-Regular-No.2.otf');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Lyon";
|
||||
font-weight: 500;
|
||||
font-style: italic;
|
||||
src: url('/static/fonts/Lyon/Lyon-Text-Regular-No.2-Italic.otf');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Lyon";
|
||||
font-weight: 600;
|
||||
font-style: normal;
|
||||
src: url('/static/fonts/Lyon/Lyon-Text-Semibold.otf');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Lyon";
|
||||
font-weight: 600;
|
||||
font-style: italic;
|
||||
src: url('/static/fonts/Lyon/Lyon-Text-Semibold-Italic.otf');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Lyon";
|
||||
font-weight: 700;
|
||||
font-style: normal;
|
||||
src: url('/static/fonts/Lyon/Lyon-Text-Bold.otf');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Lyon";
|
||||
font-weight: 700;
|
||||
font-style: italic;
|
||||
src: url('/static/fonts/Lyon/Lyon-Text-Bold-Italic.otf');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Lyon";
|
||||
font-weight: 900;
|
||||
font-style: normal;
|
||||
src: url('/static/fonts/Lyon/Lyon-Text-Black.otf');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Lyon";
|
||||
font-weight: 900;
|
||||
font-style: italic;
|
||||
src: url('/static/fonts/Lyon/Lyon-Text-Black-Italic.otf');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Tisa";
|
||||
font-weight: 100;
|
||||
font-style: normal;
|
||||
src: url('/static/fonts/Tisa/Tisa-Sans-Pro-Thin.ttf');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Tisa";
|
||||
font-weight: 100;
|
||||
font-style: italic;
|
||||
src: url('/static/fonts/Tisa/Tisa-Sans-Pro-Thin-Italic.ttf');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Tisa";
|
||||
font-weight: 300;
|
||||
font-style: normal;
|
||||
src: url('/static/fonts/Tisa/Tisa-Sans-Pro-Light.ttf');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Tisa";
|
||||
font-weight: 300;
|
||||
font-style: italic;
|
||||
src: url('/static/fonts/Tisa/Tisa-Sans-Pro-Light-Italic.ttf');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Tisa";
|
||||
font-weight: 400;
|
||||
font-style: normal;
|
||||
src: url('/static/fonts/Tisa/Tisa-Sans-Pro-Regular.ttf');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Tisa";
|
||||
font-weight: 500;
|
||||
font-style: normal;
|
||||
src: url('/static/fonts/Tisa/Tisa-Sans-Pro-Medium.ttf');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Tisa";
|
||||
font-weight: 500;
|
||||
font-style: italic;
|
||||
src: url('/static/fonts/Tisa/Tisa-Sans-Pro-Medium-Italic.ttf');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Tisa";
|
||||
font-weight: 600;
|
||||
font-style: normal;
|
||||
src: url('/static/fonts/Tisa/Tisa-Sans-Pro-Semibold.ttf');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Tisa";
|
||||
font-weight: 600;
|
||||
font-style: italic;
|
||||
src: url('/static/fonts/Tisa/Tisa-Sans-Pro-Semibold-Italic.ttf');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Tisa";
|
||||
font-weight: 700;
|
||||
font-style: normal;
|
||||
src: url('/static/fonts/Tisa/Tisa-Sans-Pro-Bold.ttf');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Tisa";
|
||||
font-weight: 700;
|
||||
font-style: italic;
|
||||
src: url('/static/fonts/Tisa/Tisa-Sans-Pro-Bold-Italic.ttf');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Tisa";
|
||||
font-weight: 900;
|
||||
font-style: normal;
|
||||
src: url('/static/fonts/Tisa/Tisa-Sans-Pro-Black.ttf');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Tisa";
|
||||
font-weight: 900;
|
||||
font-style: italic;
|
||||
src: url('/static/fonts/Tisa/Tisa-Sans-Pro-Black-Italic.ttf');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Merriweather';
|
||||
font-style: normal;
|
||||
font-weight: 300;
|
||||
src: url('/static/fonts/Merriweather/merriweather-v21-latin-300.woff');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Merriweather';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: url('/static/fonts/Merriweather/merriweather-v21-latin-regular.woff');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Merriweather';
|
||||
font-style: normal;
|
||||
font-weight: 700;
|
||||
src: url('/static/fonts/Merriweather/merriweather-v21-latin-700.woff');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Merriweather';
|
||||
font-style: normal;
|
||||
font-weight: 900;
|
||||
src: url('/static/fonts/Merriweather/merriweather-v21-latin-900.woff');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'SF Mono';
|
||||
font-weight: 400;
|
||||
|
|
|
|||
Loading…
Reference in a new issue