This repository has been archived on 2025-03-01. You can view files and clone it, but cannot push or open issues or pull requests.
trantor/css/custom.css

30 lines
650 B
CSS
Raw Normal View History

2012-12-18 15:55:30 +01:00
@font-face {
font-family: 'Fredoka One';
font-style: normal;
font-weight: 400;
src: local('Fredoka One'), local('FredokaOne-Regular'), url(/css/FredokaOne.ttf) format('truetype');
}
@font-face {
font-family: 'PT Serif';
font-style: normal;
font-weight: 400;
src: local('PT Serif'), local('PTSerif-Regular'), url(/css/PTSerif.ttf) format('truetype');
}
h1, h2, h3, h4, h5, h6, .navbar-brand, .title {
2012-12-18 15:55:30 +01:00
font-family: 'Fredoka One', cursive;
}
p, div {
font-family: 'PT Serif', serif;
}
a {
text-decoration: none;
}
2012-12-17 21:57:44 +01:00
body {
background: url(/img/bright_squares.png) repeat 0 0;
2012-12-17 21:57:44 +01:00
}
2021-04-30 16:48:38 +00:00
iframe {
width: 100%;
height: 1080px;
border: none;
}