Skip to content

Commit

Permalink
remove unused fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
le4ker committed Apr 17, 2024
1 parent ed9d4f1 commit b6d7f64
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 17 deletions.
12 changes: 1 addition & 11 deletions _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,24 +22,14 @@
<!-- Custom CSS -->
<link href="{{site.baseurl}}/css/grayscale.css" rel="stylesheet" />
{% if page.section-type == "index" %}
<link href="{{site.baseurl}}/css/timeline.css" rel="stylesheet" />
<link href="{{site.baseurl}}/css/timeline.css" rel="stylesheet" />
{% endif %}

<!-- Custom Fonts -->
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css"
/>
<link
href="//fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic"
rel="stylesheet"
type="text/css"
/>
<link
href="//fonts.googleapis.com/css?family=Montserrat:400,700"
rel="stylesheet"
type="text/css"
/>
<link rel="stylesheet" href="{{site.baseurl}}/css/rrssb.css" />
{% if site.favicon %}
<link
Expand Down
12 changes: 6 additions & 6 deletions css/grayscale.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,37 +6,37 @@

@font-face {
font-family: my-font;
src: url("/fonts/MavenPro-Regular.ttf");
src: url("{{site.base_url}}/fonts/MavenPro-Regular.ttf");
font-weight: 400;
}

@font-face {
font-family: my-font;
src: url("/fonts/MavenPro-Medium.ttf");
src: url("{{site.base_url}}/fonts/MavenPro-Medium.ttf");
font-weight: 500;
}

@font-face {
font-family: my-font;
src: url("/fonts/MavenPro-SemiBold.ttf");
src: url("{{site.base_url}}/fonts/MavenPro-SemiBold.ttf");
font-weight: 600;
}

@font-face {
font-family: my-font;
src: url("/fonts/MavenPro-Bold.ttf");
src: url("{{site.base_url}}/fonts/MavenPro-Bold.ttf");
font-weight: 700;
}

@font-face {
font-family: my-font;
src: url("/fonts/MavenPro-ExtraBold.ttf");
src: url("{{site.base_url}}/fonts/MavenPro-ExtraBold.ttf");
font-weight: 800;
}

@font-face {
font-family: my-font;
src: url("/fonts/MavenPro-Black.ttf");
src: url("{{site.base_url}}/fonts/MavenPro-Black.ttf");
font-weight: 900;
}

Expand Down

0 comments on commit b6d7f64

Please sign in to comment.