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:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user