no Google fonts
This commit is contained in:
parent
2dbffab455
commit
33df045594
@ -1,3 +1,16 @@
|
|||||||
|
@font-face {
|
||||||
|
font-family: 'Cabin';
|
||||||
|
src: url('../fonts/Cabin-Variable.ttf') format('truetype');
|
||||||
|
font-weight: normal;
|
||||||
|
font-style: normal;
|
||||||
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Droid serif;';
|
||||||
|
src: url('../fonts/DroidSerif-Italic.ttf') format('truetype');
|
||||||
|
font-weight: normal;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
|
||||||
/*--
|
/*--
|
||||||
Common Css
|
Common Css
|
||||||
--*/
|
--*/
|
||||||
@ -475,6 +488,7 @@ a:active {
|
|||||||
color: #7e7e7e;
|
color: #7e7e7e;
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
font-family: 'Droid Serif', serif;
|
font-family: 'Droid Serif', serif;
|
||||||
|
font-style: italic;
|
||||||
}
|
}
|
||||||
|
|
||||||
.about .about-slider img {
|
.about .about-slider img {
|
||||||
|
BIN
public/fonts/Cabin-Variable.ttf
Executable file
BIN
public/fonts/Cabin-Variable.ttf
Executable file
Binary file not shown.
BIN
public/fonts/DroidSerif-Italic.ttf
Executable file
BIN
public/fonts/DroidSerif-Italic.ttf
Executable file
Binary file not shown.
@ -6,9 +6,7 @@
|
|||||||
<title> VVoid Camp 2022 </title>
|
<title> VVoid Camp 2022 </title>
|
||||||
<meta name="description" content="">
|
<meta name="description" content="">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<meta name="generator" content="Hugo 0.97.3" />
|
<meta name="generator" content="Hugo 0.101.0" />
|
||||||
<!-- Fonts -->
|
|
||||||
<link href="https://fonts.googleapis.com/css?family=Droid+Serif:400i|Source+Sans+Pro:300,400,600,700" rel="stylesheet">
|
|
||||||
<!-- Stylesheets -->
|
<!-- Stylesheets -->
|
||||||
<link rel="stylesheet" href="https://www.vvoid.camp/css/bootstrap.min.css">
|
<link rel="stylesheet" href="https://www.vvoid.camp/css/bootstrap.min.css">
|
||||||
<link rel="stylesheet" href="https://www.vvoid.camp/css/themefisher-fonts.css">
|
<link rel="stylesheet" href="https://www.vvoid.camp/css/themefisher-fonts.css">
|
||||||
@ -38,7 +36,7 @@
|
|||||||
<div class="book__page"></div>
|
<div class="book__page"></div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<nav class="navbar navbar-fixed-top navigation " id="top-nav">
|
<nav class="navbar navbar-fixed-top navigation " id="top-nav">
|
||||||
<a class="navbar-brand float-none float-lg-left" href="https://www.vvoid.camp">
|
<a class="navbar-brand float-none float-lg-left" href="https://www.vvoid.camp">
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{{ partial "header.html" . }}
|
{{ partial "header.html" . }}
|
||||||
|
|
||||||
{{ partial "preloader.html" . }}
|
{{ partial "preloader.html" . }}
|
||||||
|
|
||||||
{{ partial "navigation.html" . }}
|
{{ partial "navigation.html" . }}
|
||||||
|
|
||||||
{{ partial "hero-area.html" . }}
|
{{ partial "hero-area.html" . }}
|
||||||
|
@ -7,8 +7,6 @@
|
|||||||
<meta name="description" content="">
|
<meta name="description" content="">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
{{ hugo.Generator }}
|
{{ hugo.Generator }}
|
||||||
{{"<!-- Fonts -->" | safeHTML }}
|
|
||||||
<link href="https://fonts.googleapis.com/css?family=Droid+Serif:400i|Source+Sans+Pro:300,400,600,700" rel="stylesheet">
|
|
||||||
{{ "<!-- Stylesheets -->" | safeHTML }}
|
{{ "<!-- Stylesheets -->" | safeHTML }}
|
||||||
<link rel="stylesheet" href="{{ `css/bootstrap.min.css` | absURL }}">
|
<link rel="stylesheet" href="{{ `css/bootstrap.min.css` | absURL }}">
|
||||||
<link rel="stylesheet" href="{{ `css/themefisher-fonts.css` | absURL }}">
|
<link rel="stylesheet" href="{{ `css/themefisher-fonts.css` | absURL }}">
|
||||||
|
@ -1,3 +1,16 @@
|
|||||||
|
@font-face {
|
||||||
|
font-family: 'Cabin';
|
||||||
|
src: url('../fonts/Cabin-Variable.ttf') format('truetype');
|
||||||
|
font-weight: normal;
|
||||||
|
font-style: normal;
|
||||||
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Droid serif;';
|
||||||
|
src: url('../fonts/DroidSerif-Italic.ttf') format('truetype');
|
||||||
|
font-weight: normal;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
|
||||||
/*--
|
/*--
|
||||||
Common Css
|
Common Css
|
||||||
--*/
|
--*/
|
||||||
@ -475,6 +488,7 @@ a:active {
|
|||||||
color: #7e7e7e;
|
color: #7e7e7e;
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
font-family: 'Droid Serif', serif;
|
font-family: 'Droid Serif', serif;
|
||||||
|
font-style: italic;
|
||||||
}
|
}
|
||||||
|
|
||||||
.about .about-slider img {
|
.about .about-slider img {
|
||||||
|
BIN
themes/infinity-hugo/static/fonts/Cabin-Variable.ttf
Executable file
BIN
themes/infinity-hugo/static/fonts/Cabin-Variable.ttf
Executable file
Binary file not shown.
BIN
themes/infinity-hugo/static/fonts/DroidSerif-Italic.ttf
Executable file
BIN
themes/infinity-hugo/static/fonts/DroidSerif-Italic.ttf
Executable file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user