Settle on serif font, add scroll to top component

This commit is contained in:
Tanner
2019-08-30 06:22:26 +00:00
parent f1c89fcf8b
commit b43fed8e44
17 changed files with 42 additions and 52 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+8 -9
View File
@@ -1,24 +1,23 @@
@font-face {
font-family: CharisSILW;
src: url(CharisSIL-R.woff);
font-family: 'Apparatus SIL';
src: url('AppSILR.ttf') format('truetype');
}
@font-face {
font-family: CharisSILW;
font-family: 'Apparatus SIL';
font-style: italic;
src: url(CharisSIL-I.woff);
src: url('AppSILI.ttf') format('truetype');
}
@font-face {
font-family: CharisSILW;
font-family: 'Apparatus SIL';
font-weight: bold;
src: url(CharisSIL-B.woff);
src: url('AppSILB.ttf') format('truetype');
}
@font-face {
font-family: CharisSILW;
font-family: 'Apparatus SIL';
font-weight: bold;
font-style: italic;
src: url(CharisSIL-BI.woff);
src: url('AppSILBI.ttf') format('truetype');
}