Skip to content

Commit 57b7949

Browse files
committed
- Switch fonts to use google fonts.
- npm update - composer update
1 parent 5a58e7b commit 57b7949

13 files changed

+509
-328
lines changed
-18.4 KB
Binary file not shown.
-14.2 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
-15 KB
Binary file not shown.
-11.8 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.

dev/sass/fonts.scss

Lines changed: 0 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,3 @@
11
$font-size: 16px;
22
$font-family: 'Roboto Condensed', sans-serif;
33
$monospace: 'Source Code Pro', monospace;
4-
5-
/**
6-
* Font definitions generated from https://google-webfonts-helper.herokuapp.com/fonts
7-
**/
8-
9-
/* roboto-condensed-regular - latin */
10-
@font-face {
11-
font-family: 'Roboto Condensed';
12-
font-style: normal;
13-
font-weight: 400;
14-
src: local('Roboto Condensed'), local('RobotoCondensed-Regular'),
15-
url('../assets/fonts/roboto-condensed-v14-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
16-
url('../assets/fonts/roboto-condensed-v14-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
17-
}
18-
/* roboto-condensed-700 - latin */
19-
@font-face {
20-
font-family: 'Roboto Condensed';
21-
font-style: normal;
22-
font-weight: 700;
23-
src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'),
24-
url('../assets/fonts/roboto-condensed-v14-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
25-
url('../assets/fonts/roboto-condensed-v14-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
26-
}
27-
28-
/* source-code-pro-regular - latin */
29-
@font-face {
30-
font-family: 'Source Code Pro';
31-
font-style: normal;
32-
font-weight: 400;
33-
src: local('Source Code Pro'), local('SourceCodePro-Regular'),
34-
url('../assets/fonts/source-code-pro-v6-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
35-
url('../assets/fonts/source-code-pro-v6-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
36-
}
37-
/* source-code-pro-700 - latin */
38-
@font-face {
39-
font-family: 'Source Code Pro';
40-
font-style: normal;
41-
font-weight: 700;
42-
src: local('Source Code Pro Bold'), local('SourceCodePro-Bold'),
43-
url('../assets/fonts/source-code-pro-v6-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
44-
url('../assets/fonts/source-code-pro-v6-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
45-
}

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
gtag('config', 'UA-3579542-6');
1414
</script>
1515

16+
<link href="https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;700&family=Source+Code+Pro:wght@200;400;700&display=swap" rel="stylesheet">
1617
<link rel="stylesheet" type="text/css" href="<%= css_file %>">
1718

1819
<!-- basic meta tags -->

0 commit comments

Comments
 (0)