chg: Use Montserrat font
This commit is contained in:
parent
d5d7b58f78
commit
0e56b40863
3 changed files with 21 additions and 2 deletions
BIN
Montserrat-Italic.ttf
Normal file
BIN
Montserrat-Italic.ttf
Normal file
Binary file not shown.
BIN
Montserrat.ttf
Normal file
BIN
Montserrat.ttf
Normal file
Binary file not shown.
23
styles.css
23
styles.css
|
@ -1,6 +1,25 @@
|
||||||
|
@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 {
|
.container {
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
max-width: 800px;
|
max-width: 1000px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.header {
|
.header {
|
||||||
|
@ -50,4 +69,4 @@ img {
|
||||||
.mobile-name {
|
.mobile-name {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue