Skip to content

Commit

Permalink
change fonts
Browse files Browse the repository at this point in the history
Signed-off-by: Lars Heinemann <[email protected]>
  • Loading branch information
lhein committed Jan 24, 2024
1 parent 21f215d commit 7fa4066
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions themes/kross-hugo/assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,6 @@
PROJECT: Project Name
VERSION: Versoin Number
-------------------------------------------------------------------*/
@import "https://fonts.googleapis.com/css?family=Playfair+Display:400,700|Roboto:300,400,500,700";

@font-face {
font-family: bwnistaint-xbd;
src: url(../fonts/BwNistaInt-xBd.woff) format("woff");
font-style: normal;
font-display: swap
}

body {
line-height: 1.2;
font-family: roboto, sans-serif;
Expand Down Expand Up @@ -394,9 +385,11 @@ textarea.form-control {
}

.navbar .nav-item .nav-link {
font-family: bwnistaint-xbd;
font-family: sans-serif;
text-transform: uppercase;
padding: 15px
padding: 15px;
font-weight: bold;
font-size: large;
}

.navbar .nav-item.active .nav-link{
Expand Down

0 comments on commit 7fa4066

Please sign in to comment.