Last active
January 11, 2020 20:36
-
-
Save Johnyoat/0655f06aa611cb28cbf53e34d10ff0e3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@font-face{ | |
font-family: "PeaceSans"; | |
src: url("assets/fonts/PeaceSans.ttf"); | |
} | |
@font-face{ | |
font-family: "QSDBold"; | |
src: url("https://github.com/Johnyoat/webstyle/raw/master/ElliotSans-Bold.ttf"); | |
} | |
@font-face{ | |
font-family: "QSDLight"; | |
src: url("https://github.com/Johnyoat/webstyle/raw/master/ElliotSans-Light.ttf"); | |
} | |
#postal-info{ | |
font-family: 'QSDLight'; | |
color: white; | |
margin: auto; | |
} | |
.icon-social{ | |
height: 20px; | |
height: 20px;; | |
} | |
#social-media{ | |
margin: auto; | |
} | |
/* unvisited link */ | |
a:link { | |
color: #ffffff !important; | |
} | |
/* visited link */ | |
a:visited { | |
color: #ffffff !important; | |
} | |
/* mouse over link */ | |
a:hover { | |
color: #ffffff !important; | |
} | |
/* selected link */ | |
a:active { | |
color: #ffffff !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment