Skip to content

Commit

Permalink
Removing obsolete Fira Mono font
Browse files Browse the repository at this point in the history
Signed-off-by: Aaron Stephanus <[email protected]>
  • Loading branch information
Aaron Stephanus committed Dec 4, 2023
1 parent 7e154ce commit 72e18e1
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions _sass/_utils.scss
Original file line number Diff line number Diff line change
Expand Up @@ -40,27 +40,6 @@ $alert-lightest: #ffafb7; // malibu sunrise tint 2
$alert-dark: #7b293b; // malibu sunrise shade 3
$font-path: "../fonts/fira-mono";

// @font-face declarations

@font-face {
font-family: 'Fira Mono';
src: url('#{$font-path}/FiraMono-Regular.eot');
src: url('#{$font-path}/FiraMono-Regular.eot') format('embedded-opentype'),
url('#{$font-path}/FiraMono-Regular.woff') format('woff'),
url('#{$font-path}/FiraMono-Regular.ttf') format('truetype');
font-weight: 400;
font-style: normal;
}

@font-face {
font-family: 'Fira Mono';
src: url('#{$font-path}/FiraMono-Bold.eot');
src: url('#{$font-path}/FiraMono-Bold.eot') format('embedded-opentype'),
url('#{$font-path}/FiraMono-Bold.woff') format('woff'),
url('#{$font-path}/FiraMono-Bold.ttf') format('truetype');
font-weight: 700;
font-style: normal;
}

// Media Queries Mixin (https://jakearchibald.github.io/sass-ie/)
@mixin respond-min($width) {
Expand Down

0 comments on commit 72e18e1

Please sign in to comment.