Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New update #25

Merged
merged 1 commit into from
Nov 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added eliis-front-end/fonts/VinaSans-Regular.ttf
Binary file not shown.
6 changes: 3 additions & 3 deletions eliis-front-end/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
"last 2 versions",
"> 1%",
"not dead"
],
"development": [
"last 1 chrome version",
Expand Down
7 changes: 7 additions & 0 deletions eliis-front-end/post.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
// postcss.config.js
module.exports = {
plugins: {
autoprefixer: {},
},
};

15 changes: 15 additions & 0 deletions eliis-front-end/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,21 @@
font-family: Arial, sans-serif;
}
</style>
<script src="https://ajax.googleapis.com/ajax/libs/webfont/1.6.26/webfont.js"></script>
<script>
WebFont.load({
google: {
families: ['Roboto:300,400,500,700', 'Open+Sans:400,700'],
},
loading: function () {
console.log('Fonts are loading...');
},
active: function () {
console.log('Fonts have been loaded.');
},
});
</script>

<link rel="canonical" href="https://vp-web-development-showcase.netlify.app/">
<link rel="icon" type="image/svg+xml" href="https://upload.wikimedia.org/wikipedia/commons/0/0b/Eo_circle_light-green_white_letter-e.svg">
<meta name="viewport" content="width=device-width, initial-scale=1">
Expand Down
Loading
Loading