Skip to content

Commit

Permalink
Remove fontlibrary dependency for Trueno font
Browse files Browse the repository at this point in the history
  • Loading branch information
webrian committed Jan 30, 2024
1 parent 78bc069 commit f600791
Show file tree
Hide file tree
Showing 27 changed files with 179 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
title tag is set with the jekyll-seo-tag plugin:
<!--title>QGIS Anwendergruppe Schweiz - {{ page.title }}</title-->
{% endcomment %}
<link rel="stylesheet" media="screen" href="https://fontlibrary.org/face/trueno" type="text/css"/>
<link href="{% link assets/css/styles.scss %}" rel="stylesheet">
<link rel="icon" href="favicon.ico" type="image/ico">
<style>
.carousel-caption {
background: rgba(0, 0, 0, 0.4);
Expand Down
1 change: 1 addition & 0 deletions _sass/main.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
@import "trueno-fonts.scss";
@import "vars";
@import "bootstrap-5.3.2/scss/bootstrap.scss";

Expand Down
176 changes: 176 additions & 0 deletions _sass/trueno-fonts.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,176 @@
/* #### Generated By: http://www.cufonfonts.com #### */

@font-face {
font-family: 'Trueno Regular';
font-style: normal;
font-weight: normal;
src: local('Trueno Regular'), url('TruenoRg.woff') format('woff');
}


@font-face {
font-family: 'Trueno Regular Italic';
font-style: normal;
font-weight: normal;
src: local('Trueno Regular Italic'), url('TruenoRgIt.woff') format('woff');
}


@font-face {
font-family: 'Trueno UltraLight';
font-style: normal;
font-weight: normal;
src: local('Trueno UltraLight'), url('TruenoUltLt.woff') format('woff');
}


@font-face {
font-family: 'Trueno UltraLight Italic';
font-style: normal;
font-weight: normal;
src: local('Trueno UltraLight Italic'), url('TruenoUltLtIt.woff') format('woff');
}


@font-face {
font-family: 'Trueno Light';
font-style: normal;
font-weight: normal;
src: local('Trueno Light'), url('TruenoLt.woff') format('woff');
}


@font-face {
font-family: 'Trueno Light Italic';
font-style: normal;
font-weight: normal;
src: local('Trueno Light Italic'), url('TruenoLtIt.woff') format('woff');
}


@font-face {
font-family: 'Trueno SemiBold';
font-style: normal;
font-weight: normal;
src: local('Trueno SemiBold'), url('TruenoSBd.woff') format('woff');
}


@font-face {
font-family: 'Trueno SemiBold Italic';
font-style: normal;
font-weight: normal;
src: local('Trueno SemiBold Italic'), url('TruenoSBdIt.woff') format('woff');
}


@font-face {
font-family: 'Trueno Bold';
font-style: normal;
font-weight: normal;
src: local('Trueno Bold'), url('TruenoBd.woff') format('woff');
}


@font-face {
font-family: 'Trueno Bold Italic';
font-style: normal;
font-weight: normal;
src: local('Trueno Bold Italic'), url('TruenoBdIt.woff') format('woff');
}


@font-face {
font-family: 'Trueno Bold Outline';
font-style: normal;
font-weight: normal;
src: local('Trueno Bold Outline'), url('TruenoBdOl.woff') format('woff');
}


@font-face {
font-family: 'Trueno Bold Outline Italic';
font-style: normal;
font-weight: normal;
src: local('Trueno Bold Outline Italic'), url('TruenoBdOlIt.woff') format('woff');
}


@font-face {
font-family: 'Trueno ExtraBold';
font-style: normal;
font-weight: normal;
src: local('Trueno ExtraBold'), url('TruenoExBd.woff') format('woff');
}


@font-face {
font-family: 'Trueno ExtraBold Italic';
font-style: normal;
font-weight: normal;
src: local('Trueno ExtraBold Italic'), url('TruenoExBdIt.woff') format('woff');
}


@font-face {
font-family: 'Trueno ExtraBold Outline';
font-style: normal;
font-weight: normal;
src: local('Trueno ExtraBold Outline'), url('TruenoExBdOl.woff') format('woff');
}


@font-face {
font-family: 'Trueno ExtraBold Outline Italic';
font-style: normal;
font-weight: normal;
src: local('Trueno ExtraBold Outline Italic'), url('TruenoExBdOlIt.woff') format('woff');
}


@font-face {
font-family: 'Trueno Black';
font-style: normal;
font-weight: normal;
src: local('Trueno Black'), url('TruenoBlk.woff') format('woff');
}


@font-face {
font-family: 'Trueno Black Italic';
font-style: normal;
font-weight: normal;
src: local('Trueno Black Italic'), url('TruenoBlkIt.woff') format('woff');
}


@font-face {
font-family: 'Trueno Black Outline';
font-style: normal;
font-weight: normal;
src: local('Trueno Black Outline'), url('TruenoBlkOl.woff') format('woff');
}


@font-face {
font-family: 'Trueno Black Outline Italic';
font-style: normal;
font-weight: normal;
src: local('Trueno Black Outline Italic'), url('TruenoBlkOlIt.woff') format('woff');
}


@font-face {
font-family: 'Trueno UltraBlack';
font-style: normal;
font-weight: normal;
src: local('Trueno UltraBlack'), url('TruenoUltBlk.woff') format('woff');
}


@font-face {
font-family: 'Trueno UltraBlack Italic';
font-style: normal;
font-weight: normal;
src: local('Trueno UltraBlack Italic'), url('TruenoUltBlkIt.woff') format('woff');
}
2 changes: 1 addition & 1 deletion _sass/vars.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ $primary-light: #93b023;
$secondary-lemon: #f0e64a;
$secondary-orange: #ee7913;

$font-family-base: 'TruenoRegular';
$font-family-base: 'Trueno Regular';
Binary file added assets/css/TruenoBd.woff
Binary file not shown.
Binary file added assets/css/TruenoBdIt.woff
Binary file not shown.
Binary file added assets/css/TruenoBdOl.woff
Binary file not shown.
Binary file added assets/css/TruenoBdOlIt.woff
Binary file not shown.
Binary file added assets/css/TruenoBlk.woff
Binary file not shown.
Binary file added assets/css/TruenoBlkIt.woff
Binary file not shown.
Binary file added assets/css/TruenoBlkOl.woff
Binary file not shown.
Binary file added assets/css/TruenoBlkOlIt.woff
Binary file not shown.
Binary file added assets/css/TruenoExBd.woff
Binary file not shown.
Binary file added assets/css/TruenoExBdIt.woff
Binary file not shown.
Binary file added assets/css/TruenoExBdOl.woff
Binary file not shown.
Binary file added assets/css/TruenoExBdOlIt.woff
Binary file not shown.
Binary file added assets/css/TruenoLt.woff
Binary file not shown.
Binary file added assets/css/TruenoLtIt.woff
Binary file not shown.
Binary file added assets/css/TruenoRg.woff
Binary file not shown.
Binary file added assets/css/TruenoRgIt.woff
Binary file not shown.
Binary file added assets/css/TruenoSBd.woff
Binary file not shown.
Binary file added assets/css/TruenoSBdIt.woff
Binary file not shown.
Binary file added assets/css/TruenoUltBlk.woff
Binary file not shown.
Binary file added assets/css/TruenoUltBlkIt.woff
Binary file not shown.
Binary file added assets/css/TruenoUltLt.woff
Binary file not shown.
Binary file added assets/css/TruenoUltLtIt.woff
Binary file not shown.
Binary file added favicon.ico
Binary file not shown.

0 comments on commit f600791

Please sign in to comment.