forked from pepite/lunatech-blog-engine
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor: Redesign of the blog website to align with the new design s…
…tandards. (#106) * New-design * fix: correct and use predefined variables * fix: correct for tag slug when space at the start + show tag/author on the specific page --------- Co-authored-by: Geoffroy Bouet <[email protected]> Co-authored-by: Lucas <[email protected]>
- Loading branch information
1 parent
62a7912
commit c68bbf7
Showing
33 changed files
with
85 additions
and
187 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
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 |
---|---|---|
@@ -1,25 +1,20 @@ | ||
@font-face { | ||
font-family: "Open Sans"; | ||
src: url("../fonts/OpenSans-Regular.ttf") format("truetype"); | ||
font-family: "Poppins"; | ||
src: url("../fonts/Poppins-Regular.ttf") format("truetype"); | ||
font-weight: 400; | ||
} | ||
@font-face { | ||
font-family: "Open Sans"; | ||
src: url("../fonts/OpenSans-Medium.ttf") format("truetype"); | ||
font-family: "Poppins"; | ||
src: url("../fonts/Poppins-Medium.ttf") format("truetype"); | ||
font-weight: 500; | ||
} | ||
@font-face { | ||
font-family: "Open Sans"; | ||
src: url("../fonts/OpenSans-SemiBold.ttf") format("truetype"); | ||
font-family: "Poppins"; | ||
src: url("../fonts/Poppins-SemiBold.ttf") format("truetype"); | ||
font-weight: 600; | ||
} | ||
@font-face { | ||
font-family: "Open Sans"; | ||
src: url("../fonts/OpenSans-Bold.ttf") format("truetype"); | ||
font-family: "Poppins"; | ||
src: url("../fonts/Poppins-Bold.ttf") format("truetype"); | ||
font-weight: 700; | ||
} | ||
@font-face { | ||
font-family: "Open Sans"; | ||
src: url("../fonts/OpenSans-ExtraBold.ttf") format("truetype"); | ||
font-weight: 800; | ||
} | ||
} |
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
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
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
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
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
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
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
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
This file was deleted.
Oops, something went wrong.
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
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
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
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
Oops, something went wrong.