A CSS stylesheet which displays Train, Subway, Bus and Tramway signs of Paris and its suburb. This repository is unofficial but based on the official IDFM guidelines. This stylesheet aims to be light and easy to use with a similar render than SVG.
The library is divided into two files:
font.min.cssis used to import the necessary Parisian font which is used for subway and train signs. The IDF Voyageur font is used for tramway and bus signs;signs.min.csscontains all rules related to colours and layout.
To use the library, add the stylesheets at your project:
<link href="stylesheets/fonts.min.css" type="text/css">
<link href="stylesheets/signs.min.css" type="text/css">
The attribute route is use display the content and the style of the route image.
<div route="240"></div>
