jan/docs/src/styles/fonts.scss
hiento09 f93deb6749
chore: move Jan Docs back into Jan Repo (#3790)
Co-authored-by: Hien To <tominhhien97@gmail.com>
2024-10-14 10:07:16 +07:00

47 lines
1.1 KiB
SCSS

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
@font-face {
font-family: 'PPEditorialNew';
src: url('../../public/assets/fonts/PPEditorialNew-Regular.otf')
format('opentype');
font-weight: 400;
}
@font-face {
font-family: 'PPEditorialNew';
src: url('../../public/assets/fonts/PPEditorialNew-RegularItalic.otf')
format('opentype');
font-weight: 400;
font-style: italic;
}
@font-face {
font-family: 'PPEditorialNew';
src: url('../../public/assets/fonts/PPEditorialNew-Ultrabold.otf')
format('opentype');
font-weight: 700;
}
@font-face {
font-family: 'PPEditorialNew';
src: url('../../public/assets/fonts/PPEditorialNew-UltraboldItalic.otf')
format('opentype');
font-weight: 700;
font-style: italic;
}
@font-face {
font-family: 'PPEditorialNew';
src: url('../../public/assets/fonts/PPEditorialNew-Ultralight.otf')
format('opentype');
font-weight: 300;
}
@font-face {
font-family: 'PPEditorialNew';
src: url('../../public/assets/fonts/PPEditorialNew-UltralightItalic.otf')
format('opentype');
font-weight: 300;
font-style: italic;
}