Adding contract font and setting richtext to it

This commit is contained in:
2023-02-09 17:12:22 +01:00
parent 8021b65d06
commit 723d905632
3 changed files with 25 additions and 28 deletions

View File

@@ -1 +1,9 @@
/* You can add global styles to this file, and also import other style files */
@font-face {
font-family: 'Century Schoolbook';
src: url('assets/SCHLBKB.TTF');
}
.contract-body {
font-family: 'New Century Schoolbook', 'sans-serif';
}