Skip to content
This repository was archived by the owner on Mar 23, 2021. It is now read-only.

Commit 516d76d

Browse files
committed
Localized Raleway font
1 parent b425b71 commit 516d76d

File tree

5 files changed

+13
-11
lines changed

5 files changed

+13
-11
lines changed

app/desktop.ini

Lines changed: 0 additions & 6 deletions
This file was deleted.

public/css/app.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

resources/views/about.blade.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
<head>
22
@import url("/css/SourceSansPro.css");
33
<style>
4+
@font-face {
5+
font-family: 'Raleway';
6+
font-style: thin;
7+
src: url("../fonts/raleway/Raleway-Thin.woff2") format('woff2');
8+
}
49
html, body {
510
background-color: #F5F5F5;
611
background-image: url("/img/bghome.jpg");

resources/views/errors/404.blade.php

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,15 @@
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77

88
<title>PAGE NOT AVAILABLE</title>
9-
<!-- Fonts -->
10-
<link href="https://fonts.googleapis.com/css?family=Raleway:100,600" rel="stylesheet" type="text/css">
119

1210
<!-- Styles -->
1311
<style>
12+
@font-face {
13+
font-family: 'Raleway';
14+
font-style: thin;
15+
src: url("../fonts/raleway/Raleway-Thin.woff2") format('woff2');
16+
}
17+
1418
html, body {
1519
background-color: #fff;
1620
background-image: url("/img/bghome.jpg");

resources/views/welcome.blade.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,11 @@
1111
@font-face {
1212
font-family: 'Raleway';
1313
font-style: thin;
14-
src: url("/fonts/raleway/Raleway-Thin.woff2") format('woff2');
14+
src: url("../fonts/raleway/Raleway-Thin.woff2") format('woff2');
1515
}
1616
1717
html, body {
1818
background-color: #fff;
19-
background-image: url("/img/bghome.jpg");
2019
color: #636b6f;
2120
font-family: 'Raleway', sans-serif;
2221
font-weight: 100;

0 commit comments

Comments
 (0)