add fonts

This commit is contained in:
2023-02-11 20:06:03 +00:00
parent 6b6af5f505
commit b2dd3b075c
50 changed files with 398 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
@import url("/fonts/source_code_pro.css");
@import url("/fonts/source_sans_pro.css");
@import url("/fonts/source_serif_pro.css");
body {
font-family: 'Source Sans Pro', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
font-family: 'Source Serif Pro', serif;
}
code, pre {
font-family: 'Source Code Pro', monospace;
}