Skip to content

Commit

Permalink
added local webfonts
Browse files Browse the repository at this point in the history
  • Loading branch information
tbsbdr committed Apr 21, 2024
1 parent 6e0bb1d commit dddd204
Show file tree
Hide file tree
Showing 2,260 changed files with 409,910 additions and 2,140 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.DS_Store
/node_modules
public/
resources/
/public
/resources
5 changes: 4 additions & 1 deletion assets/scss/custom.scss
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
// Add your own custom styles here
@import url(/assets/fonts/Inter/inter.css);
@import url(../fonts/Inter/inter.css);
@import url(../fonts/fontawesome-free-6.5.2-web/css/all.min.css);


2 changes: 1 addition & 1 deletion config/_default/params.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ google_adsense = "" # example: ca-pub-xxxxxxxxxxxxxxxx
# custom script on header, example: custom_script= "<script>console.log(\"Hello World\")</script>"
custom_script = ""
# copyright
copyright = "Designed & Developed by [Zeon Studio](https://zeon.studio)"
copyright = ""

# Preloader
# preloader module: https://github.com/gethugothemes/hugo-modules/tree/master/components/preloader
Expand Down
24 changes: 24 additions & 0 deletions hugo_stats.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"tags": [
"a",
"article",
"base",
"blockquote",
"body",
"button",
Expand Down Expand Up @@ -62,6 +63,9 @@
"classes": [
"-translate-x-1/2",
"-translate-y-1/2",
"2xl:bg-pink-200",
"2xl:block",
"2xl:hidden",
"absolute",
"accordion",
"accordion-content",
Expand All @@ -70,6 +74,7 @@
"active",
"bg-body",
"bg-gradient-to-b",
"bg-gray-200",
"bg-theme-light",
"bg-white",
"block",
Expand Down Expand Up @@ -113,6 +118,7 @@
"fa-twitter",
"fab",
"fill-current",
"fixed",
"flex",
"font-bold",
"form-input",
Expand Down Expand Up @@ -143,7 +149,10 @@
"items-start",
"justify-between",
"justify-center",
"left-0",
"left-1/2",
"lg:bg-green-200",
"lg:block",
"lg:col-10",
"lg:col-3",
"lg:col-4",
Expand Down Expand Up @@ -173,9 +182,12 @@
"mb-4",
"mb-6",
"mb-8",
"md:bg-yellow-200",
"md:block",
"md:col-10",
"md:col-6",
"md:col-8",
"md:hidden",
"md:order-2",
"ml-0",
"ml-2",
Expand Down Expand Up @@ -224,6 +236,7 @@
"py-14",
"py-2",
"py-7",
"py-[2.5px]",
"rounded",
"rounded-2xl",
"rounded-lg",
Expand All @@ -249,7 +262,10 @@
"share-reddit",
"share-title",
"share-twitter",
"sm:bg-red-200",
"sm:block",
"sm:col-10",
"sm:hidden",
"social-icons",
"space-x-1",
"space-y-4",
Expand All @@ -266,7 +282,9 @@
"tab-nav",
"tab-nav-item",
"table-of-content",
"text-[12px]",
"text-[8rem]",
"text-black",
"text-center",
"text-dark",
"text-light",
Expand All @@ -278,11 +296,17 @@
"to-theme-light",
"top-0",
"top-1/2",
"uppercase",
"w-[30px]",
"w-full",
"warning",
"xl:bg-blue-200",
"xl:block",
"xl:hidden",
"xl:space-x-8",
"z-10",
"z-30",
"z-50",
"zoomable"
],
"ids": [
Expand Down
4 changes: 0 additions & 4 deletions layouts/partials/essentials/style.html
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
<!-- DNS preconnect -->
<meta http-equiv="x-dns-prefetch-control" content="on" />
<link rel="preconnect" href="https://use.fontawesome.com" crossorigin />
<link rel="preconnect" href="//cdnjs.cloudflare.com" />
<link rel="preconnect" href="//www.googletagmanager.com" />
<link rel="preconnect" href="//www.google-analytics.com" />
<link rel="dns-prefetch" href="https://use.fontawesome.com" />
<link rel="dns-prefetch" href="//ajax.googleapis.com" />
<link rel="dns-prefetch" href="//cdnjs.cloudflare.com" />
<link rel="dns-prefetch" href="//www.googletagmanager.com" />
<link rel="dns-prefetch" href="//www.google-analytics.com" />
<link rel="dns-prefetch" href="//fonts.googleapis.com" />
Expand Down
Loading

0 comments on commit dddd204

Please sign in to comment.