2020-05-09 22:17:01 +00:00
|
|
|
@font-face {
|
2020-06-09 19:40:38 +00:00
|
|
|
font-family: 'Apparatus SIL';
|
2020-09-04 00:46:03 +00:00
|
|
|
src: url('/theme/fonts/AppSILR.ttf') format('truetype');
|
2020-06-09 19:40:38 +00:00
|
|
|
font-display: swap;
|
2020-05-09 22:17:01 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
@font-face {
|
2020-06-09 19:40:38 +00:00
|
|
|
font-family: 'Apparatus SIL';
|
2020-05-09 22:17:01 +00:00
|
|
|
font-style: italic;
|
2020-09-04 00:46:03 +00:00
|
|
|
src: url('/theme/fonts/AppSILI.ttf') format('truetype');
|
2020-06-09 19:40:38 +00:00
|
|
|
font-display: swap;
|
2020-05-09 22:17:01 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
@font-face {
|
2020-06-09 19:40:38 +00:00
|
|
|
font-family: 'Apparatus SIL';
|
2020-05-09 22:17:01 +00:00
|
|
|
font-weight: bold;
|
2020-09-04 00:46:03 +00:00
|
|
|
src: url('/theme/fonts/AppSILB.ttf') format('truetype');
|
2020-06-09 19:40:38 +00:00
|
|
|
font-display: swap;
|
2020-05-09 22:17:01 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
@font-face {
|
2020-06-09 19:40:38 +00:00
|
|
|
font-family: 'Apparatus SIL';
|
2020-05-09 22:17:01 +00:00
|
|
|
font-weight: bold;
|
|
|
|
font-style: italic;
|
2020-09-04 00:46:03 +00:00
|
|
|
src: url('/theme/fonts/AppSILBI.ttf') format('truetype');
|
2020-06-09 19:40:38 +00:00
|
|
|
font-display: swap;
|
2020-05-09 22:17:01 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
@font-face {
|
2020-06-09 19:40:38 +00:00
|
|
|
font-family: 'Lato';
|
|
|
|
font-style: italic;
|
|
|
|
font-weight: 400;
|
2020-09-04 00:46:03 +00:00
|
|
|
src: local('Lato Italic'), local('Lato-Italic'), url('/theme/fonts/Lato-Italic.ttf') format('truetype');
|
2020-06-09 19:40:38 +00:00
|
|
|
font-display: swap;
|
2020-05-09 22:17:01 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
@font-face {
|
2020-06-09 19:40:38 +00:00
|
|
|
font-family: 'Lato';
|
|
|
|
font-style: italic;
|
|
|
|
font-weight: 700;
|
2020-09-04 00:46:03 +00:00
|
|
|
src: local('Lato Bold Italic'), local('Lato-BoldItalic'), url('/theme/fonts/Lato-BoldItalic.ttf') format('truetype');
|
2020-06-09 19:40:38 +00:00
|
|
|
font-display: swap;
|
2020-05-09 22:17:01 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
@font-face {
|
2020-06-09 19:40:38 +00:00
|
|
|
font-family: 'Lato';
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 400;
|
2020-09-04 00:46:03 +00:00
|
|
|
src: local('Lato Regular'), local('Lato-Regular'), url('/theme/fonts/Lato-Regular.ttf') format('truetype');
|
2020-06-09 19:40:38 +00:00
|
|
|
font-display: swap;
|
2020-05-09 22:17:01 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
@font-face {
|
2020-06-09 19:40:38 +00:00
|
|
|
font-family: 'Lato';
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 700;
|
2020-09-04 00:46:03 +00:00
|
|
|
src: local('Lato Bold'), local('Lato-Bold'), url('/theme/fonts/Lato-Bold.ttf') format('truetype');
|
2020-06-09 19:40:38 +00:00
|
|
|
font-display: swap;
|
2020-05-09 22:17:01 +00:00
|
|
|
}
|