File tree Expand file tree Collapse file tree 4 files changed +18
-2
lines changed
Expand file tree Collapse file tree 4 files changed +18
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments