9 lines
144 B
CSS
9 lines
144 B
CSS
@font-face {
|
|
font-family: GreekB;
|
|
src: url('../styles/fonts/greek-bold.ttf');
|
|
}
|
|
|
|
strong {
|
|
font-weight: bold;
|
|
font-family: GreekB;
|
|
} |