nicer font

This commit is contained in:
Alex Grintsvayg 2019-01-02 10:12:39 -05:00
parent 8d938dfd4e
commit e3a5af3350
2 changed files with 7 additions and 4 deletions

View file

@ -4,6 +4,7 @@
<title>{{ site.title }}</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,700|Source+Code+Pro:400" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="/assets/normalize.css">
<link rel="stylesheet" type="text/css" href="/assets/tocbot.css">
<link rel="stylesheet" type="text/css" href="/assets/style.css">

View file

@ -7,8 +7,8 @@ body {
line-height: 1.5;
color: #333;
background: #ffffff;
font-family: Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif," "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
/* font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif; */
font-family: "Source Sans Pro", sans-serif;
/* font-family: "Open Sans", sans-serif; */
}
main {
@ -130,8 +130,7 @@ a.external-link::after {
}
code {
/* font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace; */
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
font-family: "Source Code Pro", monospace;
font-size: 0.9rem;
color: #B10DC9;
}
@ -182,6 +181,9 @@ table {
table tr {
border-top: 1px solid #dee2e6;
}
th, td {
padding-left: 5px;
}
table thead tr {
border-bottom: 2px solid #dee2e6;
}