Mozahidur Rahman 1 год назад
Родитель
Сommit
9a8aa12256
2 измененных файлов с 2 добавлено и 1 удалено
  1. 1 1
      archive-news.php
  2. 1 0
      css/theme-styles.css

+ 1 - 1
archive-news.php

@@ -16,7 +16,7 @@ get_header();
 
 		<section id="all-news" class="container">
 
-			<h2>All News</h2>
+			<h2>All New</h2>
 
 			<hr>
 

+ 1 - 0
css/theme-styles.css

@@ -1,5 +1,6 @@
 @import url("https://fonts.googleapis.com/css2?family=DM+Serif+Text&display=swap");
 @import url("https://fonts.googleapis.com/css2?family=Open+Sans&display=swap");
+@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.1/css/all.min.css");
 *, *::before, *::after {
   box-sizing: border-box;
 }