Skip to content

Commit

Permalink
Merge pull request #20 from pfadfinder-konstanz/fix-fonts-loading
Browse files Browse the repository at this point in the history
  • Loading branch information
mxmehl authored Dec 11, 2024
2 parents d51c4ca + 7dfaa38 commit a01438d
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ section {
font-style: italic;
font-weight: 300;
src: local('Open Sans Light Italic'), local('OpenSans-LightItalic'),
url('{{ "/fonts/open-sans-v18-latin-300italic.woff2" | relURL }}') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url('{{ "/fonts/open-sans-v18-latin-300italic.woff" | relURL }}') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
url('{{ "fonts/open-sans-v18-latin-300italic.woff2" | relURL }}') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url('{{ "fonts/open-sans-v18-latin-300italic.woff" | relURL }}') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* open-sans-regular - latin */
Expand All @@ -70,8 +70,8 @@ section {
font-style: normal;
font-weight: 400;
src: local('Open Sans Regular'), local('OpenSans-Regular'),
url('{{ "/fonts/open-sans-v18-latin-regular.woff2" | relURL }}') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url('{{ "/fonts/open-sans-v18-latin-regular.woff" | relURL }}') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
url('{{ "fonts/open-sans-v18-latin-regular.woff2" | relURL }}') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url('{{ "fonts/open-sans-v18-latin-regular.woff" | relURL }}') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* open-sans-italic - latin */
Expand All @@ -80,8 +80,8 @@ section {
font-style: italic;
font-weight: 400;
src: local('Open Sans Italic'), local('OpenSans-Italic'),
url('{{ "/fonts/open-sans-v18-latin-italic.woff2" | relURL }}') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url('{{ "/fonts/open-sans-v18-latin-italic.woff" | relURL }}') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
url('{{ "fonts/open-sans-v18-latin-italic.woff2" | relURL }}') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url('{{ "fonts/open-sans-v18-latin-italic.woff" | relURL }}') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* open-sans-600 - latin */
Expand All @@ -90,8 +90,8 @@ section {
font-style: normal;
font-weight: 600;
src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'),
url('{{ "/fonts/open-sans-v18-latin-600.woff2" | relURL }}') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url('{{ "/fonts/open-sans-v18-latin-600.woff" | relURL }}') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
url('{{ "fonts/open-sans-v18-latin-600.woff2" | relURL }}') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url('{{ "fonts/open-sans-v18-latin-600.woff" | relURL }}') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* open-sans-600italic - latin */
Expand All @@ -100,8 +100,8 @@ section {
font-style: italic;
font-weight: 600;
src: local('Open Sans SemiBold Italic'), local('OpenSans-SemiBoldItalic'),
url('{{ "/fonts/open-sans-v18-latin-600italic.woff2" | relURL }}') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url('{{ "/fonts/open-sans-v18-latin-600italic.woff" | relURL }}') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
url('{{ "fonts/open-sans-v18-latin-600italic.woff2" | relURL }}') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url('{{ "fonts/open-sans-v18-latin-600italic.woff" | relURL }}') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* open-sans-700 - latin */
Expand All @@ -110,8 +110,8 @@ section {
font-style: normal;
font-weight: 700;
src: local('Open Sans Bold'), local('OpenSans-Bold'),
url('{{ "/fonts/open-sans-v18-latin-700.woff2" | relURL }}') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url('{{ "/fonts/open-sans-v18-latin-700.woff" | relURL }}') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
url('{{ "fonts/open-sans-v18-latin-700.woff2" | relURL }}') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url('{{ "fonts/open-sans-v18-latin-700.woff" | relURL }}') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* open-sans-700italic - latin */
Expand All @@ -120,8 +120,8 @@ section {
font-style: italic;
font-weight: 700;
src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'),
url('{{ "/fonts/open-sans-v18-latin-700italic.woff2" | relURL }}') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url('{{ "/fonts/open-sans-v18-latin-700italic.woff" | relURL }}') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
url('{{ "fonts/open-sans-v18-latin-700italic.woff2" | relURL }}') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url('{{ "fonts/open-sans-v18-latin-700italic.woff" | relURL }}') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* merriweather-regular - latin */
Expand All @@ -130,8 +130,8 @@ section {
font-style: normal;
font-weight: 400;
src: local('Merriweather Regular'), local('Merriweather-Regular'),
url('{{ "/fonts/merriweather-v22-latin-regular.woff2" | relURL }}') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url('{{ "/fonts/merriweather-v22-latin-regular.woff" | relURL }}') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
url('{{ "fonts/merriweather-v22-latin-regular.woff2" | relURL }}') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url('{{ "fonts/merriweather-v22-latin-regular.woff" | relURL }}') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* merriweather-700 - latin */
Expand All @@ -140,8 +140,8 @@ section {
font-style: normal;
font-weight: 700;
src: local('Merriweather Bold'), local('Merriweather-Bold'),
url('{{ "/fonts/merriweather-v22-latin-700.woff2" | relURL }}') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url('{{ "/fonts/merriweather-v22-latin-700.woff" | relURL }}') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
url('{{ "fonts/merriweather-v22-latin-700.woff2" | relURL }}') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url('{{ "fonts/merriweather-v22-latin-700.woff" | relURL }}') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}


Expand Down

0 comments on commit a01438d

Please sign in to comment.