Skip to content

Commit

Permalink
Fonts #2
Browse files Browse the repository at this point in the history
  • Loading branch information
spacedrone404 committed Dec 5, 2024
1 parent 7a6f814 commit 8c80cdc
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions themes/mainroad/assets/css/style.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,33 @@
{
{
- $highlightColor : =.Site.Params.style.vars.highlightColor | default (.Site.Params.highlightColor | default "#e22d30") -
}
}

{
{
- $fontSans : =`"FiraSans-Regular", Helvetica, Arial, "sans-serif" ` -
}
}

{
{
- $fontMono : =`"FiraSans-Regular", "Menlo", "Monaco", "Consolas", "Liberation Mono", "Courier New", "monospace" ` -
}
}

{
{
- $fontFamilyPrimary : =.Site.Params.style.vars.fontFamilyPrimary | default $fontSans -
}
}

{
{
- $fontFamilySecondary : =.Site.Params.style.vars.fontFamilySecondary | default $fontMono -
}
}


@font-face {
font-family: "FiraSansRegular";
Expand Down

0 comments on commit 8c80cdc

Please sign in to comment.