alejandr0angul0.dev/themes/alejandro-angulo/assets/css/opensans.css
Alejandro Angulo 786d3911fd
Switched to OpenSans
Also increased font size and max widt
2023-08-27 17:18:30 -07:00

38 lines
804 B
CSS

/*!
* Open Sans typeface https://github.com/FontFaceKit/open-sans
* License: ???
*/
/* FONT PATHS
* -------------------------- */
@font-face {
font-family: "OpenSans";
src: url("/fonts/OpenSans-Regular.woff2") format("woff2");
font-weight: 400;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "OpenSans";
src: url("/fonts/OpenSans-Bold.woff2") format("woff2");
font-weight: 700;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "OpenSans";
src: url("/fonts/OpenSans-Italic.woff2") format("woff2");
font-weight: 400;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: "OpenSans";
src: url("/fonts/OpenSans-BoldItalic.woff2") format("woff2");
font-weight: 700;
font-style: italic;
font-display: swap;
}