Overte C++ Documentation
FontFamilies.h
1 //
2 // Created by Bradley Austin Davis on 2015/07/16
3 // Copyright 2013 High Fidelity, Inc.
4 //
5 // Distributed under the Apache License, Version 2.0.
6 // See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
7 //
8 
9 #ifndef hifi_FontFamilies_h
10 #define hifi_FontFamilies_h
11 
12 #define ROBOTO_FONT_FAMILY "Roboto"
13 #define COURIER_FONT_FAMILY "Courier"
14 #define INCONSOLATA_FONT_FAMILY "Inconsolata"
15 #define TIMELESS_FONT_FAMILY "Timeless"
16 
17 #endif // hifi_FontFamilies_h