font
This commit is contained in:
parent
8329920d94
commit
8e021df738
BIN
css/font/Gravity-Light.woff
Normal file
BIN
css/font/Gravity-Light.woff
Normal file
Binary file not shown.
BIN
css/font/Gravity-Light.woff2
Normal file
BIN
css/font/Gravity-Light.woff2
Normal file
Binary file not shown.
@ -92,7 +92,7 @@
|
|||||||
<source src="video/portfolio/roy.webm" type="video/webm">
|
<source src="video/portfolio/roy.webm" type="video/webm">
|
||||||
</video>
|
</video>
|
||||||
</div>
|
</div>
|
||||||
<div class="element-portfolio video-portfolio clickable col-lg-4 col-sm-6" data-toggle="modal" data-target="#iframeModal" data-vimeoid="287796820" data-options="autoplay=1&loop=1&autopause=0">
|
<div class="element-portfolio video-portfolio clickable col-lg-4 col-sm-6" data-toggle="modal" data-target="#iframeModal" data-vimeoid="287796820?autoplay=1&loop=1&autopause=0">
|
||||||
<video loop muted poster="img/portfolio/amp.jpg">
|
<video loop muted poster="img/portfolio/amp.jpg">
|
||||||
<source src="video/portfolio/amp.webm" type="video/webm">
|
<source src="video/portfolio/amp.webm" type="video/webm">
|
||||||
</video>
|
</video>
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
position: relative;
|
position: relative;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
h1 {
|
h1 {
|
||||||
font-family: descuadrado;
|
font-family: Gravity-Light;
|
||||||
font-size: 4rem;
|
font-size: 4rem;
|
||||||
}
|
}
|
||||||
img {
|
img {
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
// Global styling for this template
|
// Global styling for this template
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'descuadrado';
|
font-family: 'Gravity-Light';
|
||||||
src: url('font/descuadrado-webfont.woff2') format('woff2'),
|
src: url('font/Gravity-Light.woff2') format('woff2'),
|
||||||
url('font/descuadrado-webfont.woff') format('woff');
|
url('font/Gravity-Light.woff') format('woff');
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user