12 lines
135 B
CSS
12 lines
135 B
CSS
|
@font-face{
|
||
|
font-family: 'Oxygen-regular';
|
||
|
src:
|
||
|
}
|
||
|
|
||
|
.show{
|
||
|
display: block !important;
|
||
|
}
|
||
|
.uw_hide{
|
||
|
display: none !important;
|
||
|
}
|