chg: Change the font to Montserrat
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user