Skip to content

Commit 5b77039

Browse files
committed
Add Myriadpro font
1 parent 97bb36d commit 5b77039

File tree

4 files changed

+18
-2
lines changed

4 files changed

+18
-2
lines changed

css/main.css

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,26 @@ textarea {
9595
Author's custom styles
9696
========================================================================== */
9797

98+
@font-face {
99+
font-family: 'Myriad Pro Regular';
100+
font-style: normal;
101+
font-weight: normal;
102+
src: local('Myriad Pro Regular'), url('../fonts/MYRIADPRO-REGULAR.woff') format('woff');
103+
}
98104

105+
@font-face {
106+
font-family: 'Myriad Pro Bold';
107+
font-style: normal;
108+
font-weight: normal;
109+
src: local('Myriad Pro Bold'), url('../fonts/MYRIADPRO-BOLD.woff') format('woff');
110+
}
99111

100112

101-
113+
body
114+
{
115+
font-family: 'Myriad Pro Regular';
116+
font-weight: normal;
117+
}
102118

103119

104120

fonts/MYRIADPRO-BOLD.woff

61.2 KB
Binary file not shown.

fonts/MYRIADPRO-REGULAR.woff

60.4 KB
Binary file not shown.

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
<!-- Add your site or application content here -->
2424
<center><h1>Coming Soon</h1></center>
2525

26-
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
2726
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
2827
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.11.3.min.js"><\/script>')</script>
28+
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
2929
<script src="js/plugins.js"></script>
3030
<script src="js/main.js"></script>
3131

0 commit comments

Comments
 (0)