Commit 6fa66587 authored by Murukesh Mohanan's avatar Murukesh Mohanan

Change main text font to Recursive instead of monospace

parent 4bba3b39
Pipeline #1428 failed with stage
...@@ -25,7 +25,8 @@ ...@@ -25,7 +25,8 @@
<link rel="stylesheet" href="{{ site.base-url }}/css/{{ pagestyle }}.css" type="text/css"> <link rel="stylesheet" href="{{ site.base-url }}/css/{{ pagestyle }}.css" type="text/css">
{% endif %} {% endif %}
<!-- Web Fonts FTW! --> <!-- Web Fonts FTW! -->
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Ubuntu"> <link rel="preconnect" href="https://fonts.gstatic.com">
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css2?family=Ubuntu+Mono&family=Recursive&display=swap">
{% if page.usemathjax %} {% if page.usemathjax %}
<script type="text/javascript" async <script type="text/javascript" async
src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-MML-AM_CHTML"> src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-MML-AM_CHTML">
......
...@@ -60,7 +60,7 @@ footer img { ...@@ -60,7 +60,7 @@ footer img {
} }
body { body {
font-family: 'Ubuntu Mono', 'Ubuntu', 'Roboto', 'Droid Mono', 'Droid', 'Verdana', sans; font-family: 'Recursive', 'Ubuntu', 'Roboto', 'Droid', 'Verdana', sans;
/*font-size: 16px;*/ /*font-size: 16px;*/
margin: 0 auto; margin: 0 auto;
padding: 0; padding: 0;
...@@ -72,7 +72,7 @@ body { ...@@ -72,7 +72,7 @@ body {
} }
code { code {
font-family: 'Ubuntu Mono', 'Droid Mono', monospace; font-family: 'Ubuntu Mono', 'Droid Mono', 'Monaco', monospace;
color: whitesmoke; color: whitesmoke;
background-color: #464646; background-color: #464646;
padding: 0.05em 0.2em; padding: 0.05em 0.2em;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment