ja
This commit is contained in:
20
styles/fonts.css
Normal file
20
styles/fonts.css
Normal file
@@ -0,0 +1,20 @@
|
||||
@font-face {
|
||||
font-family: 'PT Sans';
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
src: url('../fonts/PT-Sans-Regular.ttf');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'PT Sans';
|
||||
font-style: normal;
|
||||
font-weight: bold;
|
||||
src: url('../fonts/PT-Sans-Bold.ttf');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'PT Sans Narrow';
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
src: url('../fonts/PT-Sans-Narrow-Regular.ttf');
|
||||
}
|
||||
Reference in New Issue
Block a user