Skip to content

Commit

Permalink
Solo theme (#162)
Browse files Browse the repository at this point in the history
Added Solo theme
  • Loading branch information
minimaluminium authored Sep 12, 2022
0 parents commit ebee417
Show file tree
Hide file tree
Showing 31 changed files with 1,574 additions and 0 deletions.
61 changes: 61 additions & 0 deletions assets/css/fonts.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
@font-face {
font-family: Manrope;
font-weight: 100 1000;
src: url("../fonts/Manrope[wght].woff2") format("woff2-variations");
}

@font-face {
font-family: "Libre Baskerville";
font-style: normal;
font-weight: 400;
src: local(""), url("../fonts/libre-baskerville-v14-latin-regular.woff2") format("woff2");
}

@font-face {
font-family: "Libre Baskerville";
font-style: normal;
font-weight: 700;
src: local(""), url("../fonts/libre-baskerville-v14-latin-700.woff2") format("woff2");
}

@font-face {
font-family: "Libre Baskerville";
font-style: italic;
font-weight: 400;
src: local(""), url("../fonts/libre-baskerville-v14-latin-italic.woff2") format("woff2");
}

@font-face {
font-family: "JetBrains Mono";
font-style: normal;
font-weight: 400;
src: local(""), url("../fonts/jetbrains-mono-v13-latin-regular.woff2") format("woff2");
}

@font-face {
font-family: "JetBrains Mono";
font-style: normal;
font-weight: 700;
src: local(""), url("../fonts/jetbrains-mono-v13-latin-700.woff2") format("woff2");
}

@font-face {
font-family: "JetBrains Mono";
font-style: normal;
font-weight: 800;
src: local(""), url("../fonts/jetbrains-mono-v13-latin-800.woff2") format("woff2");
}

@font-face {
font-family: "JetBrains Mono";
font-style: italic;
font-weight: 400;
src: local(""), url("../fonts/jetbrains-mono-v13-latin-italic.woff2") format("woff2");
}

@font-face {
font-family: "JetBrains Mono";
font-style: italic;
font-weight: 700;
src: local(""), url("../fonts/jetbrains-mono-v13-latin-700italic.woff2") format("woff2");
}
Loading

0 comments on commit ebee417

Please sign in to comment.