theme: remove font Novacento #83

as it wasn't fully latin compatible
This commit is contained in:
Sören Weber 2021-11-03 19:52:55 +01:00
parent a25243d7e7
commit 870d59a700
No known key found for this signature in database
GPG key ID: 07D17FF580AE7589
12 changed files with 31 additions and 22 deletions

View file

@ -2,10 +2,11 @@
href="{{ .Site.Params.landingPageURL | default "/" | relLangURL }}"
style="
color: #3d414d;
font-family: 'Novacento Sans Wide', 'Helvetica', 'Tahoma', 'Geneva', 'Arial', sans-serif;
font-family: 'Work Sans', 'Helvetica', 'Tahoma', 'Geneva', 'Arial', sans-serif;
font-size: 30px;
font-weight: bold;
font-weight: 300;
margin-top: -2px;
text-transform: uppercase;
">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64.044 64.044"
style="

View file

@ -20,10 +20,10 @@
margin: 2px 0 -2px 0;
}
@font-face {
font-family: 'Novacento Sans Wide';
font-family: 'Work Sans';
font-style: normal;
font-weight: 200;
src: url("../fonts/Novecentosanswide-UltraLight-webfont.woff2") format("woff2"), url("../fonts/Novecentosanswide-UltraLight-webfont.woff") format("woff");
src: url("../fonts/WorkSans-ExtraLight.woff") format("woff2"), url("../fonts/WorkSans-ExtraLight.woff") format("woff");
}
@font-face {
font-family: 'Work Sans';
@ -31,12 +31,24 @@
font-weight: 300;
src: url("../fonts/WorkSans-Light.woff2") format("woff2"), url("../fonts/WorkSans-Light.woff") format("woff");
}
@font-face {
font-family: 'Work Sans';
font-style: normal;
font-weight: 400;
src: url("../fonts/WorkSans-Regular.woff2") format("woff2"), url("../fonts/WorkSans-Regular.woff") format("woff");
}
@font-face {
font-family: 'Work Sans';
font-style: normal;
font-weight: 500;
src: url("../fonts/WorkSans-Medium.woff2") format("woff2"), url("../fonts/WorkSans-Medium.woff") format("woff");
}
@font-face {
font-family: 'Work Sans';
font-style: normal;
font-weight: 600;
src: url("../fonts/WorkSans-Bold.woff2") format("woff2"), url("../fonts/WorkSans-Bold.woff") format("woff");
}
body {
background: #fff;
color: #777;
@ -75,9 +87,6 @@ b, strong, label, th {
-moz-transition: all 0.5s ease;
transition: all 0.5s ease;
}
#sidebar {
font-weight: 300 !important;
}
fieldset {
border: 1px solid #ddd;
}
@ -167,7 +176,6 @@ textarea:hover, input[type="email"]:hover, input[type="number"]:hover, input[typ
width: 300px;
bottom: 0;
left: 0;
font-weight: 400;
font-size: 15.25px;
line-height: 1.574;
}
@ -226,7 +234,7 @@ textarea:hover, input[type="email"]:hover, input[type="number"]:hover, input[typ
}
#sidebar ul.topics > li > a b {
opacity: 0.5;
font-weight: normal;
font-weight: 400;
}
#sidebar ul.topics > li > a .fa {
margin-top: 9px;
@ -423,11 +431,11 @@ h2, h3, h4, h5, h6 {
letter-spacing: -1px;
}
h1 {
font-family: "Novacento Sans Wide", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
font-family: "Work Sans", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
font-weight: 200;
text-align: center;
text-transform: uppercase;
color: #222;
font-weight: 200;
}
blockquote {
border-left: 10px solid rgba(0, 8, 16, 0.2);
@ -455,7 +463,7 @@ div.notices {
}
div.notices > div.label {
color: #fff;
font-weight: normal;
font-weight: 500;
margin-bottom: 1rem;
margin-top: -1.75rem;
}
@ -510,7 +518,7 @@ div.attachments {
div.attachments > div.label {
color: #fff;
font-weight: normal;
font-weight: 500;
margin-bottom: 1rem;
margin-top: -1.75rem;
}
@ -994,14 +1002,14 @@ pre .copy-to-clipboard:hover {
#sidebar .nav-title {
color: white ;
font-family: "Novacento Sans Wide", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
font-size: 2rem;
font-weight: 400;
font-weight: 200;
letter-spacing: -1px;
line-height: 110% !important;
margin: 1rem 0 1rem 0;
padding-left: 1rem;
text-rendering: optimizeLegibility;
text-transform: uppercase;
}
#homelinks {
@ -1109,7 +1117,7 @@ option {
}
#TableOfContents > ul > li > a {
font-weight: bold;
font-weight: 500;
}
#body a.highlight, #body a.highlight:hover, #body a.highlight:focus {
@ -1163,7 +1171,7 @@ option {
padding: 6px 12px !important;
margin-bottom: 0 !important;
font-size: 14px !important;
font-weight: normal !important;
font-weight: 500;
line-height: 1.42857143 !important;
text-align: center !important;
white-space: nowrap !important;
@ -1233,31 +1241,31 @@ h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
#body h2 {
font-size: 2.2rem;
font-weight: 400;
font-weight: 500;
margin-top: 2rem;
}
#body h3 {
font-size: 1.8rem;
font-weight: 400;
font-weight: 500;
margin-top: 2rem;
}
#body h4 {
font-size: 1.85rem;
font-weight: 200;
font-weight: 300;
margin-top: 2rem;
}
#body h5 {
font-size: 1.6rem;
font-weight: 200;
font-weight: 300;
margin-top: 2rem;
}
#body h6 {
font-size: 1.3rem;
font-weight: 200;
font-weight: 300;
margin-top: 2rem;
}

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.