Files
zh-en-wn-dataset/custom/ast/en/OEBPS/Styles/LoadFonts.css
2025-02-10 17:42:04 +06:00

14 lines
306 B
CSS

/* Load Fonts */
@font-face {
font-family: 'font1';
font-weight: normal;
font-style: normal;
src: url('../Fonts/literata-regular.otf');
}
@font-face {
font-family: 'font2';
font-weight: bold;
font-style: italic;
src: url('../Fonts/literata-bold-italic.otf');
}