mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-06 18:01:31 +02:00
91 lines
2.8 KiB
CSS
91 lines
2.8 KiB
CSS
/* BEGIN Light */
|
|
@font-face {
|
|
font-family: "Open Sans";
|
|
src: url("./fonts/Light/OpenSans-Light.woff2?v=1.101") format("woff2"), url("./fonts/Light/OpenSans-Light.woff?v=1.101") format("woff");
|
|
font-weight: 300;
|
|
font-style: normal;
|
|
}
|
|
|
|
/* END Light */
|
|
/* BEGIN Light Italic */
|
|
@font-face {
|
|
font-family: "Open Sans";
|
|
src: url("./fonts/LightItalic/OpenSans-LightItalic.woff2?v=1.101") format("woff2"), url("./fonts/LightItalic/OpenSans-LightItalic.woff?v=1.101") format("woff");
|
|
font-weight: 300;
|
|
font-style: italic;
|
|
}
|
|
|
|
/* END Light Italic */
|
|
/* BEGIN Regular */
|
|
@font-face {
|
|
font-family: "Open Sans";
|
|
src: url("./fonts/Regular/OpenSans-Regular.woff2?v=1.101") format("woff2"), url("./fonts/Regular/OpenSans-Regular.woff?v=1.101") format("woff");
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
/* END Regular */
|
|
/* BEGIN Italic */
|
|
@font-face {
|
|
font-family: "Open Sans";
|
|
src: url("./fonts/Italic/OpenSans-Italic.woff2?v=1.101") format("woff2"), url("./fonts/Italic/OpenSans-Italic.woff?v=1.101") format("woff");
|
|
font-weight: normal;
|
|
font-style: italic;
|
|
}
|
|
|
|
/* END Italic */
|
|
/* BEGIN Semibold */
|
|
@font-face {
|
|
font-family: "Open Sans";
|
|
src: url("./fonts/Semibold/OpenSans-Semibold.woff2?v=1.101") format("woff2"), url("./fonts/Semibold/OpenSans-Semibold.woff?v=1.101") format("woff");
|
|
font-weight: 600;
|
|
font-style: normal;
|
|
}
|
|
|
|
/* END Semibold */
|
|
/* BEGIN Semibold Italic */
|
|
@font-face {
|
|
font-family: "Open Sans";
|
|
src: url("./fonts/SemiboldItalic/OpenSans-SemiboldItalic.woff2?v=1.101") format("woff2"), url("./fonts/SemiboldItalic/OpenSans-SemiboldItalic.woff?v=1.101") format("woff");
|
|
font-weight: 600;
|
|
font-style: italic;
|
|
}
|
|
|
|
/* END Semibold Italic */
|
|
/* BEGIN Bold */
|
|
@font-face {
|
|
font-family: "Open Sans";
|
|
src: url("./fonts/Bold/OpenSans-Bold.woff2?v=1.101") format("woff2"), url("./fonts/Bold/OpenSans-Bold.woff?v=1.101") format("woff");
|
|
font-weight: bold;
|
|
font-style: normal;
|
|
}
|
|
|
|
/* END Bold */
|
|
/* BEGIN Bold Italic */
|
|
@font-face {
|
|
font-family: "Open Sans";
|
|
src: url("./fonts/BoldItalic/OpenSans-BoldItalic.woff2?v=1.101") format("woff2"), url("./fonts/BoldItalic/OpenSans-BoldItalic.woff?v=1.101") format("woff");
|
|
font-weight: bold;
|
|
font-style: italic;
|
|
}
|
|
|
|
/* END Bold Italic */
|
|
/* BEGIN Extrabold */
|
|
@font-face {
|
|
font-family: "Open Sans";
|
|
src: url("./fonts/ExtraBold/OpenSans-ExtraBold.woff2?v=1.101") format("woff2"), url("./fonts/ExtraBold/OpenSans-ExtraBold.woff?v=1.101") format("woff");
|
|
font-weight: 800;
|
|
font-style: normal;
|
|
}
|
|
|
|
/* END Extrabold */
|
|
/* BEGIN Extrabold Italic */
|
|
@font-face {
|
|
font-family: "Open Sans";
|
|
src: url("./fonts/ExtraBoldItalic/OpenSans-ExtraBoldItalic.woff2?v=1.101") format("woff2"), url("./fonts/ExtraBoldItalic/OpenSans-ExtraBoldItalic.woff?v=1.101") format("woff");
|
|
font-weight: 800;
|
|
font-style: italic;
|
|
}
|
|
|
|
/* END Extrabold Italic */
|