forked from TryGhost/Solo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added Solo theme
- Loading branch information
0 parents
commit ebee417
Showing
31 changed files
with
1,574 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"); | ||
} |
Oops, something went wrong.