Custom font and rendering
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user