1
0
mirror of https://github.com/avinal/avinal.github.io.git synced 2026-07-03 23:30:09 +05:30

new font added

This commit is contained in:
avinal
2021-01-21 00:58:45 +05:30
parent 3ad19c72fd
commit f1fe433c72
5 changed files with 13 additions and 1 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+13 -1
View File
@@ -34,11 +34,23 @@
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 {
font-weight: 500;
font-size: 2.5em;
text-transform: uppercase;
font-family: Lato;
font-family: ExodarOut;
line-height: 1.6em;
letter-spacing: 0.1em;
}