Self-hosted fonts for all tools except mock
This commit is contained in:
@@ -1,7 +1,14 @@
|
|||||||
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;700&display=swap');
|
|
||||||
@import url('https://necolas.github.io/normalize.css/8.0.1/normalize.css');
|
@import url('https://necolas.github.io/normalize.css/8.0.1/normalize.css');
|
||||||
@import url('fontello.css');
|
@import url('fontello.css');
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: "Nunito";
|
||||||
|
src: url('../../fonts/Nunito-VariableFont_wght.ttf') format('truetype');
|
||||||
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
font-weight: 300;
|
||||||
|
}
|
||||||
|
|
||||||
.hyperlink, .hyperlink:visited, .hyperlink:active {
|
.hyperlink, .hyperlink:visited, .hyperlink:active {
|
||||||
color: rgb(47, 125, 146);
|
color: rgb(47, 125, 146);
|
||||||
@@ -54,6 +61,8 @@
|
|||||||
|
|
||||||
.container {
|
.container {
|
||||||
font-family: 'Nunito', sans-serif;
|
font-family: 'Nunito', sans-serif;
|
||||||
|
|
||||||
|
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: left;
|
justify-content: left;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
@@ -489,6 +498,14 @@ code {
|
|||||||
line-height: 150%;
|
line-height: 150%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
h1 {
|
||||||
|
font-weight: 400;
|
||||||
|
}
|
||||||
|
|
||||||
|
h2 {
|
||||||
|
font-weight: 300;
|
||||||
|
}
|
||||||
|
|
||||||
@media only screen and (max-width: 1024px) {
|
@media only screen and (max-width: 1024px) {
|
||||||
.rwd-hideable {
|
.rwd-hideable {
|
||||||
display: none;
|
display: none;
|
||||||
|
|||||||
Reference in New Issue
Block a user