qutebrowser/www/media/font.css

12 lines
226 B
CSS
Raw Normal View History

2015-10-21 19:48:00 +02:00
@font-face {
2015-11-13 23:09:24 +01:00
font-family: "Open Sans";
font-weight: normal;
src: url(OpenSans-Regular.woff2) format("woff2");
2015-10-21 19:48:00 +02:00
}
@font-face {
font-family: 'Open Sans';
2015-11-13 23:09:24 +01:00
font-weight: bold;
src: url(OpenSans-Bold.woff2) format("woff2");
}