mirror of
https://github.com/SinTan1729/chhoto-url
synced 2024-12-25 15:18:37 -06:00
chg: Change the font to Montserrat
This commit is contained in:
parent
9d46546e44
commit
4c394c8004
3 changed files with 20 additions and 1 deletions
BIN
resources/static/Montserrat-Italic.ttf
Normal file
BIN
resources/static/Montserrat-Italic.ttf
Normal file
Binary file not shown.
BIN
resources/static/Montserrat.ttf
Normal file
BIN
resources/static/Montserrat.ttf
Normal file
Binary file not shown.
|
@ -1,3 +1,22 @@
|
|||
@font-face
|
||||
{
|
||||
font-family: Montserrat;
|
||||
font-style: normal;
|
||||
src: url('Montserrat.ttf');
|
||||
}
|
||||
|
||||
@font-face
|
||||
{
|
||||
font-family: Montserrat;
|
||||
font-style: italic;
|
||||
src: url('Montserrat-Italic.ttf');
|
||||
}
|
||||
|
||||
* {
|
||||
font-family: Montserrat;
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
.container {
|
||||
max-width: 950px;
|
||||
margin: 20px auto auto;
|
||||
|
@ -97,4 +116,4 @@ dialog form {
|
|||
.pure-table caption {
|
||||
padding-top: 0px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue