mirror of
https://github.com/wallabag/wallabag.git
synced 2024-12-16 12:46:27 +00:00
7 lines
177 B
CSS
7 lines
177 B
CSS
|
@font-face {
|
||
|
font-family: 'PT Sans';
|
||
|
font-style: normal;
|
||
|
font-weight: 700;
|
||
|
src: local('PT Sans Bold'), local('PTSans-Bold'), url(../fonts/ptsans.woff) format('woff');
|
||
|
}
|