Custom font and rendering
This commit is contained in:
parent
b3a77181ef
commit
7cd81915fa
@ -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;
|
||||
|
||||
|
BIN
static/fonts/spectral-regular.ttf
Normal file
BIN
static/fonts/spectral-regular.ttf
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user