Revert classic used font

This commit is contained in:
lowlighter
2020-10-25 11:57:03 +01:00
parent a3b9cf1b2e
commit 8494636ffa
6 changed files with 7 additions and 22 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -1,4 +1,4 @@
<svg xmlns="http://www.w3.org/2000/svg" width="480" height="<%= 0
<svg xmlns="http://www.w3.org/2000/svg" width="480" height="<%= 12
+ (!!base.header)*80
+ (!!base.metadata)*38
+ ((!!base.activity)||(!!base.community))*128
@@ -48,7 +48,7 @@
</div>
<div class="field">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M1 2.5A2.5 2.5 0 013.5 0h8.75a.75.75 0 01.75.75v3.5a.75.75 0 01-1.5 0V1.5h-8a1 1 0 00-1 1v6.708A2.492 2.492 0 013.5 9h3.25a.75.75 0 010 1.5H3.5a1 1 0 100 2h5.75a.75.75 0 010 1.5H3.5A2.5 2.5 0 011 11.5v-9zm13.23 7.79a.75.75 0 001.06-1.06l-2.505-2.505a.75.75 0 00-1.06 0L9.22 9.229a.75.75 0 001.06 1.061l1.225-1.224v6.184a.75.75 0 001.5 0V9.066l1.224 1.224z"></path></svg>
Contributed to <%= user.repositoriesContributedTo.totalCount %> repo<%= s(user.repositoriesContributedTo.totalCount) %>
Contributed to <%= user.repositoriesContributedTo.totalCount %> repositor<%= s(user.repositoriesContributedTo.totalCount, "y") %>
</div>
</section>
</div>

Before

Width:  |  Height:  |  Size: 34 KiB

After

Width:  |  Height:  |  Size: 34 KiB

View File

@@ -1,6 +1,6 @@
/* SVG global context */
svg {
font-family: 'Montserrat';
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji;
font-size: 14px;
color: #777777;
}

View File

@@ -57,7 +57,8 @@
<% if (base.metadata) { %>
<div class="banner"><%# -%>
GitHub metrics generator <%= meta.version %>
These generated metrics comes with ABSOLUTELY NO WARRANTY, to the extent permitted by applicable law.
These generated metrics comes with ABSOLUTELY NO
WARRANTY, to the extent permitted by applicable law.
Last generated: <%= new Date().toGMTString() %>
</div><% } -%>

Before

Width:  |  Height:  |  Size: 8.5 KiB

After

Width:  |  Height:  |  Size: 8.5 KiB

View File

@@ -53,7 +53,6 @@
margin: 0;
font-family: 'Courier Prime';
color: #DDDDDD;
white-space: break-spaces;
}
pre {
background: #42092B;
@@ -61,7 +60,7 @@
border-radius: 5px;
}
.banner, footer {
opacity: .7;
color: #AE9DA7;
}
/* Prompt */