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

60 lines
1.3 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('AppSILR.ttf') format('truetype');
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-06-09 19:40:38 +00:00
src: url('AppSILI.ttf') format('truetype');
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-06-09 19:40:38 +00:00
src: url('AppSILB.ttf') format('truetype');
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-06-09 19:40:38 +00:00
src: url('AppSILBI.ttf') format('truetype');
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('Lato-Italic.ttf') format('truetype');
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('Lato-BoldItalic.ttf') format('truetype');
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('Lato-Regular.ttf') format('truetype');
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('Lato-Bold.ttf') format('truetype');
font-display: swap;
2020-05-09 22:17:01 +00:00
}