Skip to content

Commit

Permalink
fix fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
rahbadev committed Jan 27, 2024
1 parent 6bc1111 commit e61fc46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<!-- font-awesome -->
<script src="https://kit.fontawesome.com/1190950b06.js" crossorigin="anonymous"></script>
<!-- google font -->
<link href='http://fonts.googleapis.com/css?family=El+Messiri:400,300,700,800' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=El+Messiri:400,300,700,800' rel='stylesheet' type='text/css'>
<!-- fullpage -->

<link rel="stylesheet" href="css/jquery.fullPage.css">
Expand Down
2 changes: 1 addition & 1 deletion projects/rh_video_splitter/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<title>RH Video Splitter App</title>

<!-- Styles -->
<link href="http://fonts.googleapis.com/css?family=Cairo:400,300,700,800" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Cairo:400,300,700,800" rel="stylesheet">
<link href="css/bootstrap.css" rel="stylesheet">
<link href="css/fontawesome-all.css" rel="stylesheet">
<link href="css/swiper.css" rel="stylesheet">
Expand Down

0 comments on commit e61fc46

Please sign in to comment.