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:
@@ -62,4 +62,16 @@
|
|||||||
to {
|
to {
|
||||||
transform: translateY(-2000px);
|
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);
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user