-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathFirePress_Simply.html
More file actions
37 lines (30 loc) · 1.28 KB
/
FirePress_Simply.html
File metadata and controls
37 lines (30 loc) · 1.28 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<!-- =================================================
Theme: FirePress_Simply
Header CSS override
maintained by https://firepress.org/ 🔥📰
Find Code Injection templates on https://github.com/firepress-org/Code-Injection-for-Ghost-themes
================================================== -->
// ICONS {}
<style>
@font-face {
font-family: simply;
src: url(https://play-with-ghost.com/live-demo-firepress-simply-for-barbershops/assets/fonts/simply.eot);
src: url(https://play-with-ghost.com/live-demo-firepress-simply-for-barbershops/assets/fonts/simply.eot#iefix) format("embedded-opentype"),
url(https://play-with-ghost.com/live-demo-firepress-simply-for-barbershops/assets/fonts/simply.ttf) format("truetype"),
url(https://play-with-ghost.com/live-demo-firepress-simply-for-barbershops/assets/fonts/simply.woff) format("woff"),
url(https://play-with-ghost.com/live-demo-firepress-simply-for-barbershops/assets/fonts/simply.svg#simply) format("svg");
</style>
// DESKTOP_RESOLUTION {}
<style>
.header-logo img {
max-height: 100%;
margin-bottom: 40px;
}
// MOBILE_RESOLUTION {}
</style>
<!-- =================================================
Footer CSS override
================================================== -->
<style>
// SNIPPET {}
</style>