Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
web
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Murukesh Mohanan
web
Commits
6fa66587
Commit
6fa66587
authored
Mar 16, 2021
by
Murukesh Mohanan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change main text font to Recursive instead of monospace
parent
4bba3b39
Pipeline
#1428
failed with stage
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
_layouts/default.html
_layouts/default.html
+2
-1
css/style.scss
css/style.scss
+2
-2
No files found.
_layouts/default.html
View file @
6fa66587
...
...
@@ -25,7 +25,8 @@
<link
rel=
"stylesheet"
href=
"{{ site.base-url }}/css/{{ pagestyle }}.css"
type=
"text/css"
>
{% endif %}
<!-- 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 %}
<script
type=
"text/javascript"
async
src=
"https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-MML-AM_CHTML"
>
...
...
css/style.scss
View file @
6fa66587
...
...
@@ -60,7 +60,7 @@ footer img {
}
body
{
font-family
:
'
Ubuntu Mono'
,
'Ubuntu'
,
'Roboto'
,
'Droid Mon
o'
,
'Droid'
,
'Verdana'
,
sans
;
font-family
:
'
Recursive'
,
'Ubuntu'
,
'Robot
o'
,
'Droid'
,
'Verdana'
,
sans
;
/*font-size: 16px;*/
margin
:
0
auto
;
padding
:
0
;
...
...
@@ -72,7 +72,7 @@ body {
}
code
{
font-family
:
'Ubuntu Mono'
,
'Droid Mono'
,
monospace
;
font-family
:
'Ubuntu Mono'
,
'Droid Mono'
,
'Monaco'
,
monospace
;
color
:
whitesmoke
;
background-color
:
#464646
;
padding
:
0
.05em
0
.2em
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment