[WIP] Translation review #1

Merged
Minoru merged 11 commits from feature/russian-translation-review into gh-pages 2017-08-03 22:54:56 +00:00
3 changed files with 5 additions and 5 deletions
Showing only changes of commit 6b2dc68369 - Show all commits

View File

@ -1,5 +1,5 @@
@font-face{
font-family: 'Pangolin', cursive;
font-family: Pangolin;
font-style: normal;
src: url('Pangolin-Regular.ttf') format('truetype');
}

View File

@ -1,5 +1,5 @@
@font-face{
font-family: 'Pangolin', cursive;
font-family: Pangolin;
font-style: normal;
src: url('../css/Pangolin-Regular.ttf') format('truetype');
}
@ -27,4 +27,4 @@ b, strong{
h3{
margin-top: 2.5em;
margin-bottom: -0.2em;
}
}

View File

@ -1,5 +1,5 @@
@font-face{
font-family: 'Pangolin', cursive;
font-family: Pangolin;
font-style: normal;
src: url('../css/Pangolin-Regular.ttf') format('truetype');
}
@ -103,4 +103,4 @@ body{
-webkit-columns: 150px 3;
-moz-columns: 150px 3;
columns: 150px 3;
}
}