mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-22 09:28:14 +01:00
34 lines
733 B
SCSS
34 lines
733 B
SCSS
@font-face {
|
|
font-family: 'Inter';
|
|
src: url('../fonts/inter-v3.10/Inter-BoldItalic.woff2');
|
|
font-weight: bolder;
|
|
font-style: italic;
|
|
}
|
|
@font-face {
|
|
font-family: 'Inter';
|
|
src: url('../fonts/inter-v3.10/Inter-Bold.woff2');
|
|
font-weight: bolder;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Inter';
|
|
src: url('../fonts/inter-v3.10/Inter-SemiBoldItalic.woff2');
|
|
font-weight: bold;
|
|
font-style: italic;
|
|
}
|
|
@font-face {
|
|
font-family: 'Inter';
|
|
src: url('../fonts/inter-v3.10/Inter-Italic.woff2');
|
|
font-style: italic;
|
|
}
|
|
@font-face {
|
|
font-family: 'Inter';
|
|
src: url('../fonts/inter-v3.10/Inter-SemiBold.woff2');
|
|
font-weight: bold;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Inter';
|
|
src: url('../fonts/inter-v3.10/Inter-Regular.woff2');
|
|
}
|