1
0

Custom font and rendering

This commit is contained in:
Emil Miler 2021-12-02 11:36:56 +01:00
parent b3a77181ef
commit 7cd81915fa
2 changed files with 7 additions and 0 deletions

View File

@ -1,4 +1,11 @@
@font-face {
font-family: spectral;
src: url("/fonts/spectral-regular.ttf") format("truetype");
}
body {
font-family: spectral, serif;
text-rendering: optimizeLegibility;
font-size: 12pt;
line-height: 1.5;

Binary file not shown.