Signal-Desktop/stylesheets/_fontfaces.scss

57 lines
1.2 KiB
SCSS
Raw Normal View History

2020-10-30 20:34:04 +00:00
// Copyright 2019-2020 Signal Messenger, LLC
// 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');
}