signal-desktop/stylesheets/_fontfaces.scss

62 lines
1.3 KiB
SCSS
Raw Normal View History

2023-01-03 19:55:46 +00:00
// Copyright 2019 Signal Messenger, LLC
2020-10-30 20:34:04 +00:00
// SPDX-License-Identifier: AGPL-3.0-only
2019-12-17 20:25:57 +00:00
@font-face {
font-family: 'Inter';
2022-08-31 19:57:21 +00:00
src: url('../fonts/inter-v3.19/Inter-BoldItalic.woff2');
2019-12-17 20:25:57 +00:00
font-weight: bolder;
font-style: italic;
}
@font-face {
font-family: 'Inter';
2022-08-31 19:57:21 +00:00
src: url('../fonts/inter-v3.19/Inter-Bold.woff2');
2019-12-17 20:25:57 +00:00
font-weight: bolder;
}
@font-face {
font-family: 'Inter';
2022-08-31 19:57:21 +00:00
src: url('../fonts/inter-v3.19/Inter-SemiBoldItalic.woff2');
2019-12-17 20:25:57 +00:00
font-weight: bold;
font-style: italic;
}
@font-face {
font-family: 'Inter';
2022-08-31 19:57:21 +00:00
src: url('../fonts/inter-v3.19/Inter-Italic.woff2');
2019-12-17 20:25:57 +00:00
font-style: italic;
}
@font-face {
font-family: 'Inter';
2022-08-31 19:57:21 +00:00
src: url('../fonts/inter-v3.19/Inter-SemiBold.woff2');
2019-12-17 20:25:57 +00:00
font-weight: bold;
}
2022-08-31 19:57:21 +00:00
@font-face {
font-family: 'Inter';
src: url('../fonts/inter-v3.19/Inter-Medium.woff2');
font-weight: 500;
}
2019-12-17 20:25:57 +00:00
@font-face {
font-family: 'Inter';
2022-08-31 19:57:21 +00:00
src: url('../fonts/inter-v3.19/Inter-Regular.woff2');
2019-12-17 20:25:57 +00:00
}
2022-09-22 18:51:55 +00: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 19:00:50 +00:00
@font-face {
font-family: 'Hatsuishi';
src: url('../fonts/stories/Hatsuishi-Regular.woff2');
}