signal-desktop/stylesheets/_fontfaces.scss

62 lines
1.3 KiB
SCSS
Raw Normal View History

2023-01-03 11:55:46 -08:00
// Copyright 2019 Signal Messenger, LLC
2020-10-30 15:34:04 -05:00
// SPDX-License-Identifier: AGPL-3.0-only
2019-12-17 15:25:57 -05:00
@font-face {
font-family: 'Inter';
2022-08-31 12:57:21 -07:00
src: url('../fonts/inter-v3.19/Inter-BoldItalic.woff2');
2019-12-17 15:25:57 -05:00
font-weight: bolder;
font-style: italic;
}
@font-face {
font-family: 'Inter';
2022-08-31 12:57:21 -07:00
src: url('../fonts/inter-v3.19/Inter-Bold.woff2');
2019-12-17 15:25:57 -05:00
font-weight: bolder;
}
@font-face {
font-family: 'Inter';
2022-08-31 12:57:21 -07:00
src: url('../fonts/inter-v3.19/Inter-SemiBoldItalic.woff2');
2019-12-17 15:25:57 -05:00
font-weight: bold;
font-style: italic;
}
@font-face {
font-family: 'Inter';
2022-08-31 12:57:21 -07:00
src: url('../fonts/inter-v3.19/Inter-Italic.woff2');
2019-12-17 15:25:57 -05:00
font-style: italic;
}
@font-face {
font-family: 'Inter';
2022-08-31 12:57:21 -07:00
src: url('../fonts/inter-v3.19/Inter-SemiBold.woff2');
2019-12-17 15:25:57 -05:00
font-weight: bold;
}
2022-08-31 12:57:21 -07:00
@font-face {
font-family: 'Inter';
src: url('../fonts/inter-v3.19/Inter-Medium.woff2');
font-weight: 500;
}
2019-12-17 15:25:57 -05:00
@font-face {
font-family: 'Inter';
2022-08-31 12:57:21 -07:00
src: url('../fonts/inter-v3.19/Inter-Regular.woff2');
2019-12-17 15:25:57 -05:00
}
2022-09-22 12:51:55 -06:00
@font-face {
font-family: 'Parisienne';
src: url('../fonts/stories/Parisienne-Regular.ttf');
}
@font-face {
font-family: 'Barlow Condensed';
src: url('../fonts/stories/BarlowCondensed-Medium.ttf');
}
@font-face {
font-family: 'EB Garamond';
src: url('../fonts/stories/EBGaramond-Regular.ttf');
}
2023-03-01 14:00:50 -05:00
@font-face {
font-family: 'Hatsuishi';
src: url('../fonts/stories/Hatsuishi-Regular.woff2');
}