add iconfont generation
This commit is contained in:
parent
5268306aed
commit
bb15276c82
28 changed files with 161 additions and 22 deletions
|
@ -56,9 +56,9 @@ img {
|
|||
}
|
||||
|
||||
.wrapper {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
min-height: 100vh;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
min-height: 100vh;
|
||||
}
|
||||
|
||||
.container {
|
||||
|
@ -211,18 +211,30 @@ img {
|
|||
|
||||
&__footer {
|
||||
margin-top: $padding-16 * 2;
|
||||
|
||||
a:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
|
||||
&__nav {
|
||||
&:hover {
|
||||
background-image: linear-gradient($color-link, $color-link);
|
||||
background-position: 0 100%;
|
||||
background-size: 100% 1px;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
&--prev:before {
|
||||
content: "\1f828";
|
||||
font-family: GeekdocIcons;
|
||||
content: "\ea13";
|
||||
}
|
||||
&--next:after {
|
||||
content: "\1f82a";
|
||||
font-family: GeekdocIcons;
|
||||
content: "\ea02";
|
||||
}
|
||||
}
|
||||
|
||||
&__anchor{
|
||||
&__anchor {
|
||||
&--left {
|
||||
min-width: 35px;
|
||||
text-align: left;
|
||||
|
@ -459,7 +471,7 @@ img {
|
|||
|
||||
.icon {
|
||||
width: $font-size-16 * 4;
|
||||
height: $font-size-16 *4;
|
||||
height: $font-size-16 * 4;
|
||||
}
|
||||
|
||||
&__message {
|
||||
|
|
|
@ -47,7 +47,6 @@
|
|||
font-display: swap;
|
||||
}
|
||||
|
||||
|
||||
@font-face {
|
||||
font-family: "Metropolis";
|
||||
src: url("fonts/Metropolis.woff2") format("woff2"), url("fonts/Metropolis.woff") format("woff");
|
||||
|
@ -56,6 +55,14 @@
|
|||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "GeekdocIcons";
|
||||
src: url("fonts/GeekdocIcons.woff2") format("woff2"), url("fonts/GeekdocIcons.woff") format("woff");
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: "Liberation Sans", sans-serif;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue