add fonts
This commit is contained in:
parent
d8453302db
commit
a15f9f60a9
1
404.html
1
404.html
|
@ -5,6 +5,7 @@
|
|||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="stylesheet" src="404.css">
|
||||
<link href="css/fonts.css" rel="stylesheet" />
|
||||
<title>Page Not Found!</title>
|
||||
</head>
|
||||
<body>
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>In Development</title>
|
||||
<link href="css/fonts.css" rel="stylesheet" />
|
||||
</head>
|
||||
<body>
|
||||
<p>This website is in development. Please check back later or contact me if this site had been down for a prolonged period of time.</p>
|
||||
|
|
|
@ -0,0 +1,17 @@
|
|||
/* montserrat-regular - latin */
|
||||
@font-face {
|
||||
font-family: 'Montserrat';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: url('../fonts/montserrat-v18-latin-regular.eot'); /* IE9 Compat Modes */
|
||||
src: local(''),
|
||||
url('../fonts/montserrat-v18-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
|
||||
url('../fonts/montserrat-v18-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
|
||||
url('../fonts/montserrat-v18-latin-regular.woff') format('woff'), /* Modern Browsers */
|
||||
url('../fonts/montserrat-v18-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
|
||||
url('../fonts/montserrat-v18-latin-regular.svg#Montserrat') format('svg'); /* Legacy iOS */
|
||||
}
|
||||
|
||||
html {
|
||||
font-family: 'Montserrat';
|
||||
}
|
|
@ -11,6 +11,7 @@
|
|||
<link rel="icon" type="image/x-icon" href="assets/favicon.ico" />
|
||||
<!-- Core theme CSS (includes Bootstrap)-->
|
||||
<link href="css/styles.css" rel="stylesheet" />
|
||||
<link href="css/fonts.css" rel="stylesheet" />
|
||||
</head>
|
||||
<body>
|
||||
<!-- Responsive navbar-->
|
||||
|
|
|
@ -11,6 +11,7 @@
|
|||
<link rel="icon" type="image/x-icon" href="assets/favicon.ico" />
|
||||
<!-- Core theme CSS (includes Bootstrap)-->
|
||||
<link href="css/styles.css" rel="stylesheet" />
|
||||
<link href="css/fonts.css" rel="stylesheet" />
|
||||
</head>
|
||||
<body>
|
||||
<!-- Responsive navbar-->
|
||||
|
|
Loading…
Reference in New Issue