Skip to content

Commit

Permalink
Merge pull request #288 from clermontech/remove-font
Browse files Browse the repository at this point in the history
remove font
  • Loading branch information
krichprollsch authored Sep 4, 2024
2 parents 693d1ee + 2965756 commit c7cdefd
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 22 deletions.
11 changes: 1 addition & 10 deletions css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -12459,15 +12459,6 @@ th.hide-for-touch {
Fonts.
*/
@font-face {
font-family: "Neutraface";
src: url("../fonts/neutraface-condensed-light.otf");
}
@font-face {
font-family: "Neutraface Bold";
font-weight: bold;
src: url("../fonts/neutraface-condensed-medium.otf");
}
/*
Clermont'ech Planet
Expand All @@ -12487,7 +12478,7 @@ body {

/* line 17, ../scss/_page.scss */
h2, h1, .title-area strong, h3, h4, h5, h6 {
font-family: "Neutraface Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* line 21, ../scss/_page.scss */
Expand Down
Binary file removed fonts/neutraface-condensed-light.otf
Binary file not shown.
Binary file removed fonts/neutraface-condensed-medium.otf
Binary file not shown.
12 changes: 0 additions & 12 deletions scss/_fonts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,4 @@
Fonts.
*/

@font-face {
font-family: "Neutraface";
src: url('../fonts/neutraface-condensed-light.otf');
}

@font-face {
font-family: "Neutraface Bold";
font-weight: bold;
src: url('../fonts/neutraface-condensed-medium.otf');
}

@import url(http://fonts.googleapis.com/css?family=Raleway:400,200,600);

0 comments on commit c7cdefd

Please sign in to comment.