More font styles and formats
This commit is contained in:
parent
d4f9870a56
commit
30ba45ccb1
@ -1,12 +1,33 @@
|
|||||||
@font-face {
|
@font-face {
|
||||||
font-family: spectral;
|
font-family: spectral;
|
||||||
src: url("/fonts/spectral-regular.ttf") format("truetype");
|
font-style: normal;
|
||||||
|
font-weight: 400;
|
||||||
|
src: url("/fonts/spectral-regular.woff2") format("woff2"),
|
||||||
|
url("/fonts/spectral-regular.woff") format("woff"),
|
||||||
|
url("/fonts/spectral-regular.ttf") format("truetype");
|
||||||
}
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: spectral;
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 700;
|
||||||
|
src: url("/fonts/spectral-bold.woff2") format("woff2"),
|
||||||
|
url("/fonts/spectral-bold.woff") format("woff"),
|
||||||
|
url("/fonts/spectral-bold.ttf") format("truetype");
|
||||||
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: spectral;
|
||||||
|
font-style: italic;
|
||||||
|
font-weight: 400;
|
||||||
|
src: url("/fonts/spectral-italic.woff2") format("woff2"),
|
||||||
|
url("/fonts/spectral-italic.woff") format("woff"),
|
||||||
|
url("/fonts/spectral-italic.ttf") format("truetype");
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
body {
|
body {
|
||||||
font-family: spectral, serif;
|
font-family: spectral, serif;
|
||||||
text-rendering: optimizeLegibility;
|
text-rendering: optimizeLegibility;
|
||||||
font-size: 12pt;
|
font-size: 18px;
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
|
|
||||||
max-width: 60em;
|
max-width: 60em;
|
||||||
|
BIN
static/fonts/spectral-bold.ttf
Normal file
BIN
static/fonts/spectral-bold.ttf
Normal file
Binary file not shown.
BIN
static/fonts/spectral-bold.woff
Normal file
BIN
static/fonts/spectral-bold.woff
Normal file
Binary file not shown.
BIN
static/fonts/spectral-bold.woff2
Normal file
BIN
static/fonts/spectral-bold.woff2
Normal file
Binary file not shown.
BIN
static/fonts/spectral-italic.ttf
Normal file
BIN
static/fonts/spectral-italic.ttf
Normal file
Binary file not shown.
BIN
static/fonts/spectral-italic.woff
Normal file
BIN
static/fonts/spectral-italic.woff
Normal file
Binary file not shown.
BIN
static/fonts/spectral-italic.woff2
Normal file
BIN
static/fonts/spectral-italic.woff2
Normal file
Binary file not shown.
Binary file not shown.
BIN
static/fonts/spectral-regular.woff
Normal file
BIN
static/fonts/spectral-regular.woff
Normal file
Binary file not shown.
BIN
static/fonts/spectral-regular.woff2
Normal file
BIN
static/fonts/spectral-regular.woff2
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user