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

font added to the css

This commit is contained in:
avinal
2021-01-21 01:29:01 +05:30
parent f240f62afc
commit 788e1f8a32
+12
View File
@@ -63,3 +63,15 @@
transform: translateY(-2000px);
}
}
@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.woff2);
}