Neue Schriftart Libertinus Sans
This commit is contained in:
BIN
public/fonts/OTF/LibertinusSans-Bold.otf
Normal file
BIN
public/fonts/OTF/LibertinusSans-Bold.otf
Normal file
Binary file not shown.
BIN
public/fonts/OTF/LibertinusSans-Italic.otf
Normal file
BIN
public/fonts/OTF/LibertinusSans-Italic.otf
Normal file
Binary file not shown.
BIN
public/fonts/OTF/LibertinusSans-Regular.otf
Normal file
BIN
public/fonts/OTF/LibertinusSans-Regular.otf
Normal file
Binary file not shown.
BIN
public/fonts/WOFF2/LibertinusSans-Bold.woff2
Normal file
BIN
public/fonts/WOFF2/LibertinusSans-Bold.woff2
Normal file
Binary file not shown.
BIN
public/fonts/WOFF2/LibertinusSans-Italic.woff2
Normal file
BIN
public/fonts/WOFF2/LibertinusSans-Italic.woff2
Normal file
Binary file not shown.
BIN
public/fonts/WOFF2/LibertinusSans-Regular.woff2
Normal file
BIN
public/fonts/WOFF2/LibertinusSans-Regular.woff2
Normal file
Binary file not shown.
@@ -1,3 +1,36 @@
|
|||||||
|
/**
|
||||||
|
* Libertinus Sans
|
||||||
|
* ---------------
|
||||||
|
*/
|
||||||
|
@font-face /* Libertinus Sans Regular Upright */
|
||||||
|
{
|
||||||
|
font-family: Libertinus Sans/*, Biolinum*/;
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 400;
|
||||||
|
src: local(Libertinus Sans),
|
||||||
|
url("fonts/OTF/LibertinusSans-Regular.otf") format("opentype"),
|
||||||
|
url("fonts/WOFF2/LibertinusSans-Regular.woff2") format("woff2");
|
||||||
|
}
|
||||||
|
@font-face /* Libertinus Sans Regular Italic */
|
||||||
|
{
|
||||||
|
font-family: Libertinus Sans/*, Biolinum*/;
|
||||||
|
font-style: italic;
|
||||||
|
font-weight: 400;
|
||||||
|
src: local(Libertinus Sans Italic),
|
||||||
|
url("fonts/OTF/LibertinusSans-Italic.otf") format("opentype"),
|
||||||
|
url("fonts/WOFF2/LibertinusSans-Italic.woff2") format("woff2");
|
||||||
|
}
|
||||||
|
@font-face /* Libertinus Sans Bold Upright */
|
||||||
|
{
|
||||||
|
font-family: Libertinus Sans/*, Biolinum*/;
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 700;
|
||||||
|
src: local(Libertinus Sans Bold),
|
||||||
|
url("fonts/OTF/LibertinusSans-Bold.otf") format("opentype"),
|
||||||
|
url("fonts/WOFF2/LibertinusSans-Bold.woff2") format("woff2");
|
||||||
|
}
|
||||||
|
/* Libertinus Sans End */
|
||||||
|
|
||||||
.card.slide > .card-text, .card.slide > .card-body > h6.card-subtitle, :not(.card-title) > q.bibeltext, td, th {
|
.card.slide > .card-text, .card.slide > .card-body > h6.card-subtitle, :not(.card-title) > q.bibeltext, td, th {
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
@@ -340,6 +373,7 @@ hr {
|
|||||||
|
|
||||||
.card-text, h1, h2, h3, h4, h5, h6, .table, blockquote > footer {
|
.card-text, h1, h2, h3, h4, h5, h6, .table, blockquote > footer {
|
||||||
font-family:
|
font-family:
|
||||||
|
"Libertinus Sans",
|
||||||
"Alegreya Sans",
|
"Alegreya Sans",
|
||||||
"Noto Sans",
|
"Noto Sans",
|
||||||
-apple-system,
|
-apple-system,
|
||||||
@@ -357,6 +391,7 @@ hr {
|
|||||||
|
|
||||||
.serif, .card-text {
|
.serif, .card-text {
|
||||||
font-family:
|
font-family:
|
||||||
|
"Libertinus Sans"
|
||||||
"Alegreya",
|
"Alegreya",
|
||||||
"Noto Serif",
|
"Noto Serif",
|
||||||
serif
|
serif
|
||||||
@@ -407,7 +442,7 @@ blockquote > p {
|
|||||||
|
|
||||||
.pill-sub-1 {
|
.pill-sub-1 {
|
||||||
padding-left: 1rem;
|
padding-left: 1rem;
|
||||||
padding-right: 1rem;"
|
padding-right: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* not active */
|
/* not active */
|
||||||
|
|||||||
Reference in New Issue
Block a user