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
|
||||
--*/
|
||||
@ -475,6 +488,7 @@ a:active {
|
||||
color: #7e7e7e;
|
||||
margin-bottom: 20px;
|
||||
font-family: 'Droid Serif', serif;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.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>
|
||||
<meta name="description" content="">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="generator" content="Hugo 0.97.3" />
|
||||
<!-- Fonts -->
|
||||
<link href="https://fonts.googleapis.com/css?family=Droid+Serif:400i|Source+Sans+Pro:300,400,600,700" rel="stylesheet">
|
||||
<meta name="generator" content="Hugo 0.101.0" />
|
||||
<!-- Stylesheets -->
|
||||
<link rel="stylesheet" href="https://www.vvoid.camp/css/bootstrap.min.css">
|
||||
<link rel="stylesheet" href="https://www.vvoid.camp/css/themefisher-fonts.css">
|
||||
|
@ -7,8 +7,6 @@
|
||||
<meta name="description" content="">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
{{ 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 }}
|
||||
<link rel="stylesheet" href="{{ `css/bootstrap.min.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
|
||||
--*/
|
||||
@ -475,6 +488,7 @@ a:active {
|
||||
color: #7e7e7e;
|
||||
margin-bottom: 20px;
|
||||
font-family: 'Droid Serif', serif;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.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…
Reference in New Issue
Block a user