Skip to content

Instantly share code, notes, and snippets.

@Johnyoat
Last active January 11, 2020 20:36
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Johnyoat/0655f06aa611cb28cbf53e34d10ff0e3 to your computer and use it in GitHub Desktop.
Save Johnyoat/0655f06aa611cb28cbf53e34d10ff0e3 to your computer and use it in GitHub Desktop.
@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