trust/notes/notes.css
Alexander Batischev d8cfc13de3 🔀 [WIP] Translation review (#1)
* Review round 1, 48% done

* Копикот → Подражатель

* Review round 1, done

* "Игра доверия" → "игра на доверие"

* Apply some review comments from @toby3d

* Review round 2, done

* Review round 2 feedback, done

* Make Pangolin work for me

* -- → —

With Pangolin font the "two dashes" thing became too apparent, so
I replaced it with a proper symbol.

* Review round 3, done

* Mention myself on the start page
2017-08-04 03:54:55 +05:00

31 lines
432 B
CSS

@font-face{
font-family: Pangolin;
font-style: normal;
src: url('../css/Pangolin-Regular.ttf') format('truetype');
}
body{
background: #fff;
font-family: 'Pangolin', cursive;
font-size: 20px;
color: #222;
margin: 0;
}
/* fake bold */
b, strong{
font-weight: normal;
text-shadow:1px 0 0 currentColor;
}
#notes{
width: 800px;
margin: 80px auto;
line-height: 1.7em;
}
h3{
margin-top: 2.5em;
margin-bottom: -0.2em;
}