Profile-Page/css/font-styles.css

69 lines
1.6 KiB
CSS
Raw Permalink Normal View History

.material-symbols-outlined {
font-family: 'Material Symbols Outlined';
font-weight: normal;
font-style: normal;
font-size: 24px;
line-height: 1;
letter-spacing: normal;
text-transform: none;
display: inline-block;
white-space: nowrap;
word-wrap: normal;
direction: ltr;
-webkit-font-feature-settings: 'liga';
font-feature-settings: 'liga';
-webkit-font-smoothing: antialiased;
}
.sedan-sc-regular {
font-family: "Sedan SC", serif;
font-weight: 400;
font-style: normal;
}
/* <uniquifier>: Use a unique and descriptive class name */
/* <weight>: Use a value from 100 to 700 */
/* .josefin-slab-<uniquifier> {
font-family: "Josefin Slab", serif;
font-optical-sizing: auto;
font-weight: <weight>;
font-style: normal;
}
*/
.josefin-slab-500 {
font-family: "Josefin Slab", serif;
font-optical-sizing: auto;
font-weight: 500;
font-style: normal;
}
/* <uniquifier>: Use a unique and descriptive class name */
/* <weight>: Use a value from 400 to 900 */
.playfair-display-700 {
font-family: "Playfair Display", serif;
font-optical-sizing: auto;
font-weight: 700;
font-style: normal;
}
.playfair-display-400 {
font-family: "Playfair Display", serif;
font-optical-sizing: auto;
font-weight: 400;
font-style: normal;
}
.oswald-display-700 {
font-family: "Oswald", serif;
font-optical-sizing: auto;
font-weight: 700;
font-style: normal;
}
.oswald-display-400 {
font-family: "Oswald", serif;
font-optical-sizing: auto;
font-weight: 400;
font-style: normal;
}