personal-site/themes/theme/templates/fonts.css

60 lines
1.4 KiB
CSS
Raw Normal View History

2020-05-09 22:17:01 +00:00
@font-face {
2020-06-09 19:40:38 +00:00
font-family: 'Apparatus SIL';
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;
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;
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;
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;
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;
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;
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;
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
}