mirror of
https://gitea.phreedom.club/tolstoevsky/fedi.git
synced 2024-11-25 21:01:29 +00:00
font changed
This commit is contained in:
parent
ee4854796b
commit
f2c86b68d9
|
@ -1,6 +1,6 @@
|
|||
@font-face {
|
||||
font-family: 'exo2';
|
||||
src:url('../fonts/exo2l.otf');
|
||||
font-family: 'comfortaa';
|
||||
src:url('../fonts/comfortaa.ttf');
|
||||
}
|
||||
|
||||
.textblock {
|
||||
|
@ -33,7 +33,7 @@
|
|||
}
|
||||
|
||||
body {
|
||||
font: 100%/150% exo2;
|
||||
font: 100%/150% comfortaa;
|
||||
width: 60%;
|
||||
max-width: 80%;
|
||||
margin: 0 auto;
|
||||
|
@ -69,7 +69,7 @@ h3 {
|
|||
h1, h2, h3 {
|
||||
color: #999;
|
||||
margin: 20px 0 10px;
|
||||
font-family: "exo2";
|
||||
font-family: "comfortaa";
|
||||
}
|
||||
|
||||
|
||||
|
|
BIN
fonts/comfortaa.ttf
Normal file
BIN
fonts/comfortaa.ttf
Normal file
Binary file not shown.
Loading…
Reference in a new issue