mirror of
https://github.com/avinal/avinal.github.io.git
synced 2026-07-04 07:40:09 +05:30
new font added
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+13
-1
@@ -34,11 +34,23 @@
|
|||||||
background-attachment: fixed;
|
background-attachment: fixed;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: ExodarOut;
|
||||||
|
src: url(Exodar-Outline.woff2),
|
||||||
|
url(Exodar-Outline.woff);
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: Exodar;
|
||||||
|
src: url(Exodar.woff)
|
||||||
|
url(Exodar-Outline.woff);
|
||||||
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
font-size: 2.5em;
|
font-size: 2.5em;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
font-family: Lato;
|
font-family: ExodarOut;
|
||||||
line-height: 1.6em;
|
line-height: 1.6em;
|
||||||
letter-spacing: 0.1em;
|
letter-spacing: 0.1em;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user